# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bentobox" version = "0.1.1" authors = ["Emil Koutanov"] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "A fast, allocation-free Monte Carlo model of a top-N podium finish in racing events." readme = "README.md" keywords = [ "montecarlo", "simulation", "quant", ] license = "MIT" repository = "https://github.com/obsidiandynamics/bentobox" [[bench]] name = "cri_mc" harness = false [dependencies.tinyrand] version = "0.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tinyrand-alloc] version = "0.5.0"