# 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 = "packed-uints" version = "0.1.9" description = "Array of uints that scales from u4 to u32 to minimize wasted space while still being fast" readme = "README.md" keywords = [ "array", "uint", "small", "dense", "packed", ] license = "Unlicense" repository = "https://github.com/Inspirateur/packed-uints" [[bench]] name = "control_vec" harness = false [[bench]] name = "packed_uints" harness = false [[bench]] name = "unthbuf" harness = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.unthbuf] version = "1.0"