# 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 = "u4" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nibble (4-bit integer) library, with packed representations" homepage = "https://crates.io/crates/u4" documentation = "https://docs.rs/u4" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/u4" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "do_doc_cfg", ] [lib] name = "u4" path = "src/lib.rs" [dependencies.const-default] version = "1.0.0" optional = true [dependencies.derive-quickcheck-arbitrary] version = "0.1.3" optional = true [dependencies.quickcheck] version = "1.0.3" optional = true default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true default-features = false [dependencies.zerocopy] version = "0.7.34" features = ["derive"] optional = true default-features = false [dev-dependencies.itertools] version = "0.13.0" [features] alloc = [ "serde?/alloc", "const-default?/alloc", ] const-default = ["dep:const-default"] default = [ "std", "alloc", ] quickcheck = [ "dep:quickcheck", "dep:derive-quickcheck-arbitrary", ] serde = ["dep:serde"] std = [ "serde?/std", "const-default?/std", ] zerocopy = ["dep:zerocopy"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(do_doc_cfg)"]