# 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 = "prime_bag" version = "0.3.0" authors = ["Mark Wainwright "] exclude = [] description = "A bag datatype that used unsigned integers for storage." documentation = "https://docs.rs/prime_bag" readme = "README.md" keywords = [ "bag", "no_std", ] categories = [] license = "MIT" repository = "https://github.com/wainwrightmark/prime-bag" [[bench]] name = "criterion_benchmark" harness = false [[bench]] name = "iai_benchmark" harness = false [dependencies.gcd] version = "2.3.0" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.iai-callgrind] version = "0.10.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.version-sync] version = "0.9" [features] primes256 = []