# 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.57" name = "bit_ops" version = "0.1.13" authors = ["Philipp Schuster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Common bit-oriented operations on primitive integer types with a focus on `no_std` and `const` compatibility. Unlike other crates that provide tooling to create sophisticated high-level types with bitfields, the focus of `bit_ops` is on raw primitive integer types. """ homepage = "https://github.com/phip1611/bit_ops" documentation = "https://docs.rs/bit_ops" readme = "README.md" keywords = [ "bitwise", "bits", ] categories = [ "no-std", "no-std::no-alloc", "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/phip1611/bit_ops" [lib] name = "bit_ops" path = "src/lib.rs" [[test]] name = "public_api" path = "tests/public_api.rs" [dependencies.paste] version = "1.0.15"