# 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 = "bitint" version = "0.1.1" authors = ["Michael VanBemmel "] description = "Integer types that have a logical size measured in bits." readme = "README.md" keywords = [ "bitint", "bit", "bitfield", "bitflag", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/mvanbem/bitint" resolver = "1" [package.metadata.docs.rs] features = [ "unchecked_math", "_nightly", ] [dependencies.assume] version = "0.5" [dependencies.bitint-macros] version = "0.1.1" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.paste] version = "1" [dependencies.seq-macro] version = "0.3" [dev-dependencies.trybuild] version = "1" [features] _nightly = [] _trybuild_tests = [] unchecked_math = []