# 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 = "2018" rust-version = "1.79" name = "bitstream-io" version = "2.6.0" authors = ["Brian Langenberger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats." homepage = "https://github.com/tuffy/bitstream-io" documentation = "https://docs.rs/bitstream-io/" readme = "README.md" keywords = [ "bitstream", "endian", "big-endian", "little-endian", "binary", ] license = "MIT/Apache-2.0" repository = "https://github.com/tuffy/bitstream-io" [lib] name = "bitstream_io" path = "src/lib.rs" [[test]] name = "huffman" path = "tests/huffman.rs" [[test]] name = "read" path = "tests/read.rs" [[test]] name = "read_seek" path = "tests/read_seek.rs" [[test]] name = "roundtrip" path = "tests/roundtrip.rs" [[test]] name = "write" path = "tests/write.rs" [dependencies.core2] version = "0.4" features = ["alloc"] optional = true default-features = false [features] alloc = ["core2"] default = ["std"] std = []