# 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 = "splitbits" version = "0.1.2" authors = ["Sean Erle Johnson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Concise bit field extraction" documentation = "https://docs.rs/splitbits" readme = "README.md" keywords = [ "bitfields", "bits", "splitbits", ] categories = [ "rust-patterns", "parser-implementations", ] license = "BSD-3-Clause" repository = "https://github.com/merehap/splitbits.git" [lib] name = "splitbits" path = "src/lib.rs" proc-macro = true [[test]] name = "test_combinebits" path = "tests/test_combinebits.rs" [[test]] name = "test_compile_failures" path = "tests/test_compile_failures.rs" [[test]] name = "test_replacebits" path = "tests/test_replacebits.rs" [[test]] name = "test_splitbits" path = "tests/test_splitbits.rs" [[test]] name = "test_splitbits_named" path = "tests/test_splitbits_named.rs" [[test]] name = "test_splitbits_named_into" path = "tests/test_splitbits_named_into.rs" [[test]] name = "test_splitbits_then_combine" path = "tests/test_splitbits_then_combine.rs" [[test]] name = "test_splitbits_ux" path = "tests/test_splitbits_ux.rs" [[test]] name = "test_splithex" path = "tests/test_splithex.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66" features = [ "full", "extra-traits", ] [dev-dependencies.trybuild] version = "1.0.96" [dev-dependencies.ux] version = "0.1.6"