# 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 = "2018" name = "crankstart-cli" version = "0.2.9" authors = ["Rob Tsuk "] description = "A command line tool for use with [Crankstart](https://github.com/pd-rs/crankstart)." readme = "README.md" license = "MIT" repository = "https://github.com/pd-rs/crank" [[bin]] name = "crank" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.anyhow] version = "1.0.31" [dependencies.cargo_metadata] version = "0.10.0" [dependencies.dirs] version = "2.0.2" [dependencies.log] version = "0.4.8" features = [ "max_level_trace", "release_max_level_trace", ] [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.110" [dependencies.serde_derive] version = "1.0.110" [dependencies.structopt] version = "0.3.14" [dependencies.toml] version = "0.5.6" [dependencies.zip] version = "0.5" [dependencies.zip-extensions] version = "0.6" [target."cfg(target_os = \"linux\")".dependencies.walkdir] version = "2.3.2"