# 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 = "env-vars-to-json" version = "0.1.6" authors = ["Hieu Minh Nguyen "] description = "Convert environment variables to JSON" readme = "README.md" keywords = [ "env", "vars", "json", ] license = "MIT OR Apache-2.0" repository = "https://github.com/therealhieu/env-vars-to-json" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.regex] version = "1.8.3" optional = true [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.serde] version = "1.0.163" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.21" [features] filter = ["dep:regex"] preserve_order = ["serde_json/preserve_order"]