[package] name = "ratio-genetic" include = ["**/*.rs", "Cargo.toml"] edition = "2021" description.workspace = true homepage.workspace = true license.workspace = true readme.workspace = true repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hdrhistogram = { version = "7.5.2", default-features = false, features = [ "sync", ] } nalgebra = "^0.32.1" num-traits = "^0.2.15" rand = { version = "^0.8.5", features = ["alloc"] } [dev-dependencies] pretty_assertions = "^1.3.0" rand_chacha = "^0.3.1"