# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "bitbuffer" version = "0.11.0" authors = ["Robin Appelman "] description = "Reading bit sequences from a byte slice" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/bitbuffer" [[bench]] name = "bench" harness = false [[bench]] name = "write" harness = false [dependencies.bitbuffer_derive] version = "0.11.0" [dependencies.memchr] version = "2.7.2" [dependencies.num-traits] version = "0.2.18" [dependencies.schemars] version = "0.8.16" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.58" [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.serde_json] version = "1.0.115"