[package] name = "bentobox" version = "0.1.1" edition = "2021" readme = "README.md" authors = ["Emil Koutanov"] license = "MIT" description = "A fast, allocation-free Monte Carlo model of a top-N podium finish in racing events." repository = "https://github.com/obsidiandynamics/bentobox" keywords = ["montecarlo", "simulation", "quant"] exclude = ["/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tinyrand = "0.5.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } tinyrand-alloc = "0.5.0" [[bench]] name = "cri_mc" harness = false