[package] name = "envuse-parser" version = "0.9.1" edition = "2021" description = "a parser to envuse file" license = "MIT" authors = ["Jonathan Delgado (http://jon.soy)"] homepage = "https://github.com/JonDotsoy/envuse-rust" repository = "https://github.com/JonDotsoy/envuse-rust" exclude = [ ".github/", ".vscode/", "tests/", ".gitignore", ".release-please-manifest.json", "release-please-config.json", "rust-toolchain.toml", ] [lib] doc = true test = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } [dev-dependencies] insta = { version = "1.21.0", features = ["yaml", "serde"] }