[package]
edition = "2021"
name = "cargo-toml-parser"
version = "0.2.1"
authors = [
"Bertrand Darbon",
"Bertrand Darbon <bertrand@hyle.eu>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small crate to parse a Cargo.toml file to read dependencies versions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Hyle-org/cargo-toml-parser"
[lib]
name = "cargo_toml_parser"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.199"
features = ["derive"]
[dependencies.toml]
version = "0.8.20"