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