# 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] edition = "2018" name = "compy" version = "0.0.1" authors = ["Aneesh Durg "] description = "Shell agnostic command completion - a rust implementation of compgen" homepage = "https://github.com/aneeshdurg/compy" readme = "README.md" keywords = ["shell", "cli"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/aneeshdurg/compy" [lib] name = "compyrs" path = "src/lib.rs" [[bin]] name = "compy" path = "src/bin.rs" [dependencies.clap] version = "2.33.0" [dependencies.glob] version = "0.3.0" [dependencies.hostfile] version = "0.2.0" [dependencies.is_executable] version = "0.1.2" [dependencies.pgs-files] version = "0.0.7" [dependencies.servicefile] version = "0.3.0" [dependencies.users] version = "0.10.0"