# 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 = "dep" version = "0.2.0" authors = ["hardliner66"] exclude = ["VENDOR", "deps.toml"] description = "A very basic, git based, flat dependency manager" homepage = "https://github.com/hardliner66/dep" readme = "README.md" keywords = ["dependency", "dependencies", "manager"] categories = ["development-tools", "development-tools::build-utils"] license = "MIT" repository = "https://github.com/hardliner66/dep" [dependencies.argparse] version = "0.2.2" [dependencies.git2] version = "0.7" [dependencies.path-clean] version = "0.1.0" [dependencies.remove_dir_all] version = "0.5.1" [dependencies.rpassword] version = "2.1.0" [dependencies.serde] version = "1.0.87" [dependencies.serde_derive] version = "1.0.87" [dependencies.toml] version = "0.4.10" [dependencies.whoami] version = "0.4.1" [badges.maintenance] status = "experimental"