[go: up one dir, main page]

cargo-lock 1.0.0-pre

Self-contained Cargo.lock parser with optional dependency graph analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## [0.2.1] 2019-09-21

- Allow empty `[metadata]` in Cargo.lock files ([#9])

## [0.2.0] 2019-09-21

- dependency_graph: Move `petgraph` types into a module ([#7])

## [0.1.0] 2019-09-21

- Initial release

[0.2.1]: https://github.com/RustSec/cargo-lock/pull/10
[#9]: https://github.com/RustSec/cargo-lock/pull/9
[0.2.0]: https://github.com/RustSec/cargo-lock/pull/8
[#7]: https://github.com/RustSec/cargo-lock/pull/7
[0.1.0]: https://github.com/RustSec/cargo-lock/pull/5