[package] name = "cereal_lib" version = "2.1.1" authors = ["notrodes "] edition = "2018" exclude = [".gitignore", ".gitlab-ci.yml", ".idea/"] description = "Does the cereal box problem in either single or multi-threaded mode" repository = "https://gitlab.com/notrodes/cereal_lib" readme = "README.md" categories = ["mathematics"] license = "MIT" gitlab = { repository = "https://gitlab.com/notrodes/cereal_lib", branch = "master" } maintenance = { status = "as-is" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" statistical = "1.0.0"