# 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 = "2018" name = "dmenv" version = "0.20.1" authors = ["Dimitri Merejkowsky "] description = "Simple and practical virtualenv manager for Python" documentation = "https://tankerhq.github.io/dmenv/" readme = "README.md" keywords = ["python", "virtualenv"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/TankerHQ/dmenv" [dependencies.app_dirs] version = "1.2.1" [dependencies.colored] version = "1.6" [dependencies.libc] version = "0.2.46" [dependencies.regex] version = "1.1.0" [dependencies.rust-ini] version = "0.13.0" [dependencies.smallvec] version = "0.6.10" [dependencies.structopt] version = "0.2" [dependencies.which] version = "2.0" [dev-dependencies.ignore] version = "0.4.6" [dev-dependencies.tempdir] version = "0.3" [badges.maintenance] status = "deprecated"