cargo-lock 0.1.0

Self-contained Cargo.lock parser with optional dependency graph analysis
Documentation

cargo-lock: Self-contained Cargo.lock parser

Latest Version Docs Build Status Safety Dance Rust 1.35+ Apache 2.0 OR MIT licensed Gitter Chat

Self-contained Cargo.lock parser with optional dependency graph analysis, used by [RustSec].

When the dependency-graph feature of this crate is enabled, it supports computing a directed graph of the dependency tree expressed in the lockfile, modeled using the petgraph crate.

Documentation

Requirements

cargo-lock requires Rust 1.35 or later.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.