# 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.75.0" name = "rsiot-env-vars" version = "0.0.62" description = "Загрузка переменных среды из ОС и из файла .env" readme = "README.md" keywords = [ "iot", "scada", ] categories = [ "api-bindings", "gui", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Konstantin-Dudersky/rsiot" [dependencies.clap] version = "^4.4.18" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.envy] version = "0.4.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.9" [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.url] version = "2.5.0"