[package] name = "idpool" version = "1.0.0" edition = "2021" description = "idpool for the NeoGrok" homepage = "https://github.com/NeoGrokSoft/idpool" categories = ["data", "vector"] license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = { version = "0.4.0", default-features = false } [dev-dependencies] criterion = "0.4.0" [[bench]] name = "flat" harness = false