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