# 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 = "potenv" version = "0.2.0" include = [ "/src", "!**/tests.rs", "!/src/test_utils.rs", ] description = "Rust implementation of the POSIX-compliant dotenv file format specification." readme = "README.md" keywords = [ "dotenv", "posix", "config", "env", "environment", ] categories = [ "config", "parser-implementations", ] license-file = "LICENSE" repository = "https://github.com/ju1ius/potenv" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.serde] version = "1.0.195" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.111" [dev-dependencies.walkdir] version = "2.4.0"