# 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 = "bitstring" version = "0.2.0" authors = ["Stefan Bühler "] build = false exclude = ["CHECKLIST.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "Bitstring traits and implementations" homepage = "https://github.com/stbuehler/rust-bitstring" documentation = "https://docs.rs/bitstring" readme = "README.md" keywords = ["bitstring"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/stbuehler/rust-bitstring" [package.metadata.docs.rs] all-features = true [lib] name = "bitstring" path = "src/lib.rs" [dependencies] [features] bigendian = [] default = [] fixed = [] net = ["fixed"] [badges.appveyor] repository = "stbuehler/rust-bitstring"