# 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 = "envuse-parser" version = "0.9.1" authors = ["Jonathan Delgado (http://jon.soy)"] exclude = [ ".github/", ".vscode/", "tests/", ".gitignore", ".release-please-manifest.json", "release-please-config.json", "rust-toolchain.toml", ] description = "a parser to envuse file" homepage = "https://github.com/JonDotsoy/envuse-rust" readme = "README.md" license = "MIT" repository = "https://github.com/JonDotsoy/envuse-rust" [lib] test = true doc = true [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.insta] version = "1.21.0" features = [ "yaml", "serde", ]