[package] name = "tiny-bitstream" version = "0.1.0" edition = "2021" description = "Standard implementation of a classic bitstream library" license-file = "LICENSE" authors = ["Adrien Zinger "] readme = "README.md" keywords = ["bitstream", "bit", "binary"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" [dev-dependencies] rand = "0.8.4" criterion = "0.3.1" bitstream-io = "1.2.0" [[bench]] name = "benchmarks" harness = false [features] checked = []