[package] name = "cmsketch" version = "0.2.1" edition = "2021" authors = ["MrCroxx "] description = "A count min sketch implementation in Rust" license = "Apache-2.0" repository = "https://github.com/mrcroxx/cmsketch-rs" homepage = "https://github.com/mrcroxx/cmsketch-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0" [dev-dependencies] itertools = "0.13" rand_mt = "4.2.1"