# 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" name = "itybity" version = "0.2.1" authors = ["sinui0"] description = "An itty bitty crate providing bit iterators and bit iterator accessories." readme = "README.md" keywords = [ "bit", "iterator", "bitvec", "bitstring", "convert", ] categories = [ "data-structures", "encoding", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sinui0/itybity" [dependencies.rayon] version = "1.7" optional = true [dev-dependencies.rstest] version = "0.18" [features] alloc = [] default = ["std"] rayon = [ "std", "dep:rayon", ] std = ["alloc"]