[package] name = "jandom" version = "0.3.4" edition = "2021" authors = ["Kalle Kankaanpää "] description = "Port of java.util.Random" license = "MIT OR Apache-2.0" keywords = ["java", "random", "rng"] categories = ["algorithms"] repository = "https://github.com/kallekankaanpaa/jandom" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] once_cell = "1.13.0" [build-dependencies] cc = "1.0"