# 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 = "mvbitfield" version = "0.2.0" authors = ["Michael VanBemmel "] description = "Generates types to work with bit-aligned fields." readme = "README.md" keywords = [ "bitint", "bit", "bitfield", "bitflag", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/mvanbem/mvbitfield" resolver = "1" [package.metadata.docs.rs] features = [ "doc", "_nightly", ] [dependencies.bitint] version = "0.1" [dependencies.mvbitfield-macros] version = "0.2" [dev-dependencies.trybuild] version = "1" [features] _nightly = [] _trybuild_tests = [] doc = []