# 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 = "bit_seq" version = "0.2.1" authors = ["Johannes Zottele official@johannes-zottele.at"] description = "A procedural macro for creating bit sequences." readme = "README.md" keywords = [ "bits", "macros", "bitmask", "proc-macro", "bit-manipulation", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/Jozott00/bit_seq" [lib] name = "bit_seq" path = "src/lib.rs" proc-macro = true [[test]] name = "bseq_pass" path = "tests/bseq_pass.rs" [[test]] name = "bseq_fail" path = "tests/bseq_fail.rs" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.18" [dev-dependencies.trybuild] version = "1.0.42"