# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zinoma" version = "0.19.6" authors = ["Florent Bécart "] build = "build/main.rs" description = "Žinoma - Make your build flow incremental" homepage = "https://github.com/fbecart/zinoma" documentation = "https://github.com/fbecart/zinoma/blob/master/README.md" readme = "README.md" keywords = [ "parallel", "incremental", "build", "tool", "watch", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/fbecart/zinoma" [package.metadata.deb] assets = [ [ "target/release/zinoma", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/zinoma/", "644", ], [ "CHANGELOG.md", "usr/share/doc/zinoma/CHANGELOG", "644", ], [ "README.md", "usr/share/doc/zinoma/README", "644", ], [ "deployment/deb/zinoma.bash", "usr/share/bash-completion/completions/zinoma", "644", ], [ "deployment/deb/_zinoma", "usr/share/zsh/vendor-completions/", "644", ], [ "deployment/deb/zinoma.fish", "usr/share/fish/vendor_completions.d/", "644", ], ] extended-description = "Žinoma provides a simple command line to execute your most common build flows in the most efficient way." section = "utils" [profile.dev] split-debuginfo = "unpacked" [dependencies.anyhow] version = "1.0" [dependencies.async-ctrlc] version = "1.2.0" features = ["termination"] [dependencies.async-process] version = "1.0" [dependencies.async-std] version = "1.9" features = ["unstable"] [dependencies.bincode] version = "1.3" [dependencies.clap] version = "=3.0.0-beta.1" [dependencies.dunce] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.notify] version = "=5.0.0-pre.6" [dependencies.regex] version = "1" [dependencies.schemars] version = "0.8" [dependencies.seahash] version = "4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.stderrlog] version = "0.5" [dependencies.walkdir] version = "2" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.predicates] version = "1.0" [build-dependencies.clap] version = "=3.0.0-beta.1" [build-dependencies.clap_generate] version = "=3.0.0-beta.1" [build-dependencies.schemars] version = "0.8" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [target."cfg(all(not(target_env = \"msvc\"), target_pointer_width = \"64\"))".dependencies.jemallocator] version = "0.3.2"