Registry / config / cargo-toml2

cargo-toml2

JSON →
library1.3.2rscratesunverified

Parsing and manipulation of Cargo.toml and .cargo/config files.

# Cargo.toml [dependencies] cargo-toml2 = "1.3.2"
INSTALL
IMPORT
SIG · CARGO-TOML2
C
cargo-toml2
configrustv1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Manifest
use cargo_toml2::Manifest;

Parses a Cargo.toml file into a Manifest struct.

use cargo_toml2::Manifest; fn main() { let manifest = Manifest::from_path("Cargo.toml").unwrap(); println!("{:?}", manifest); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
30
OpenAI (training)
1
Resources
cargo-toml2 — cargo add cargo-toml2 · libregistry