# 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 = "echelons" version = "2.0.0" description = "A CLI tool that creates repeatable directory hierarchies for projects" homepage = "https://graysonarts.github.com/rust-echelons" documentation = "https://github.com/graysonarts/rust-echelons" readme = "README.md" license = "MIT" repository = "https://github.com/graysonarts/rust-echelons" [dependencies.dirs] version = "4" [dependencies.log] version = "0" [dependencies.pretty_env_logger] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0" [dependencies.structopt-flags] version = "0" [dependencies.toml] version = "0" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", ] default-features = false