[package] name = "counted_map" description = "a hashmap that automatically assigns keys to pushed values" version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-bigint = "0.4.6"