cseq 0.1.1

The library of compact sequences.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "binout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "288c7b1c00556959bb7dc822d8adad4a30edd0d3a1fcc6839515792b8f300e5f"

[[package]]
name = "bitm"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c963a97cda30f51eb4f343d0f7924d491bdf30273d806ca1775239e37ab6bad"
dependencies = [
 "dyn_size_of",
]

[[package]]
name = "cseq"
version = "0.1.1"
dependencies = [
 "binout",
 "bitm",
 "dyn_size_of",
]

[[package]]
name = "dyn_size_of"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8adcce29eef18ae1369bbd268fd56bf98144e80281315e9d4a82e34df001c7"