# 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" name = "envvars" version = "0.1.9" authors = ["d.astafyev@outlook.com"] build = "build/mod.rs" exclude = [ "scripts/*", "rakefile.rb", ".github/*", ".gitignore", ] description = "Getting environment variables considering shell configuration" homepage = "https://github.com/esrlabs/envvars" readme = "README.md" keywords = [ "envvar", "shell", "bash", "environment", ] categories = [ "config", "os", ] license = "Apache-2.0" repository = "https://github.com/esrlabs/envvars.git" [profile.release] opt-level = "z" strip = true [lib] name = "envvars" path = "src/lib.rs" [dependencies.blake3] version = "^1.3" [dependencies.home] version = "^0.5" [dependencies.is-terminal] version = "0.4.9" [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [build-dependencies.blake3] version = "^1.3" [build-dependencies.fs_extra] version = "^1.3" [build-dependencies.lazy_static] version = "^1.4" [build-dependencies.uuid] version = "^1.3" features = ["v4"]