cargo-lock 11.1.0

Self-contained Cargo.lock parser with optional dependency graph analysis
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"

[[package]]
name = "rust-example"
version = "0.1.0"
dependencies = [
 "bitflags",
]

[[patch.unused]]
name = "ryu"
version = "1.0.23"
source = "git+https://github.com/dtolnay/ryu?rev=f0b52bb194befe6fd242154f2182fafd43a819b8#f0b52bb194befe6fd242154f2182fafd43a819b8"