# 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.65.0" name = "bitfield-struct" version = "0.9.2" authors = ["Lars Wrenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Struct-like procedural macro for bitfields." documentation = "https://docs.rs/bitfield-struct" readme = "README.md" keywords = [ "bitfields", "bits", "proc-macro", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/wrenger/bitfield-struct-rs.git" [lib] name = "bitfield_struct" path = "src/lib.rs" proc-macro = true [[test]] name = "test" path = "tests/test.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.defmt] version = "0.3" [dev-dependencies.endian-num] version = "0.2" features = ["linux-types"]