# 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 = "proc-bitfield" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to expressively declare bitfield-like structs" homepage = "https://github.com/kelpsyberry/proc-bitfield" readme = "README.md" keywords = ["bitfield"] license = "MIT OR Apache-2.0" repository = "https://github.com/kelpsyberry/proc-bitfield" [package.metadata.docs.rs] features = ["nightly"] [lib] name = "proc_bitfield" path = "src/lib.rs" [[test]] name = "int_arrays_rw_int_arrays" path = "tests/int_arrays_rw_int_arrays.rs" [[test]] name = "int_arrays_rw_ints" path = "tests/int_arrays_rw_ints.rs" [[test]] name = "ints" path = "tests/ints.rs" [[test]] name = "ints_rw_int_arrays" path = "tests/ints_rw_int_arrays.rs" [dependencies.macros] version = "0.5.0" package = "proc-bitfield-macros" [dependencies.static_assertions] version = "1.1" [features] nightly = ["macros/nightly"]