# 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 = "tomlenv" version = "0.4.2" authors = ["Jason Ozias "] description = "Manage your environment configuration with TOML" homepage = "https://github.com/rustyhorde/tomlenv" documentation = "https://docs.rs/tomlenv" readme = "README.md" keywords = [ "TOML", "environment", "configuration", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/tomlenv" [dependencies.clap] version = "2.34.0" [dependencies.getset] version = "0.1.2" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.dirs] version = "1.0.5" [build-dependencies.rustversion] version = "1.0.9"