cargo-lock 3.0.0

Self-contained Cargo.lock parser with optional dependency graph analysis
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.petgraph]
optional = true
version = "0.4"

[dependencies.semver]
features = ["serde"]
version = "0.9"

[dependencies.serde]
features = ["serde_derive"]
version = "1"

[dependencies.toml]
version = "0.5"

[features]
dependency-tree = ["petgraph"]

[package]
authors = ["Tony Arcieri <bascule@gmail.com>"]
categories = ["parser-implementations"]
description = "Self-contained Cargo.lock parser with optional dependency graph analysis"
edition = "2018"
homepage = "https://rustsec.org"
keywords = ["cargo", "dependency", "lock", "lockfile"]
license = "Apache-2.0 OR MIT"
name = "cargo-lock"
readme = "README.md"
repository = "https://github.com/rustsec/cargo-lock"
version = "3.0.0"
[package.metadata.docs.rs]
all-features = true