# 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 = "venv-wrapper" version = "2.0.2" authors = ["Nicolas Marier "] description = "Simple python virtual environment management" homepage = "https://github.com/marier-nico/venv-wrapper" readme = "README.md" keywords = ["cli", "python", "venv", "virtualenv"] categories = ["command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/marier-nico/venv-wrapper" [dependencies.ansi_term] version = "~0.12.1" [dependencies.clap] version = "~2.33" [dependencies.directories] version = "~3.0.2" [dependencies.env_logger] version = "~0.8.4" [dependencies.eyre] version = "~0.6.5" [dependencies.indenter] version = "~0.3.3" [dependencies.is_executable] version = "~1.0.1" [dependencies.log] version = "~0.4.14" [dependencies.regex] version = "~1" [dependencies.rust-ini] version = "~0.17" [dependencies.which] version = "~4.2.2" features = ["regex"]