# 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 = "2021" rust-version = "1.61" name = "env-inventory" version = "0.2.3" authors = ["Ahmed Masud "] description = "A simple library to load globally available environment variables into a static inventory." readme = "README.md" license = "MIT" repository = "https://github.com/safai-labs/env-inventory.git" resolver = "2" [profile.dev] incremental = false [profile.release] incremental = false [lib] [dependencies.inventory] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tempfile] version = "3.8.0"