# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cmdshelf" version = "2.0.2" authors = ["Toshihiro Suzuki "] exclude = ["docs/getting-started.md", "scripts/*", "fixtures/*"] description = "Better scripting life with cmdshelf" homepage = "https://github.com/toshi0383/cmdshelf" readme = "README.md" keywords = ["script", "management", "command", "filesystem", "tool"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/toshi0383/cmdshelf" [profile.release] opt-level = 3 [dependencies.is_executable] version = "0.1.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.toml] version = "0.4" [dependencies.walkdir] version = "2"