# 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 = "brumby" version = "0.7.3" authors = ["Emil Koutanov"] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "Derivatives and multiples pricing for racing and sports." readme = "README.md" keywords = [ "model", "probability", "quant", "betting", ] license = "MIT" repository = "https://github.com/obsidiandynamics/brumby" [[bench]] name = "cri_comb" harness = false [[bench]] name = "cri_mc" harness = false [[bench]] name = "cri_mc_engine" harness = false [[bench]] name = "cri_selection" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.linregress] version = "0.5.3" [dependencies.ordinalizer] version = "0.1.0" [dependencies.racing_scraper] version = "0.0.13" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.stanza] version = "0.3.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.50" [dependencies.tinyrand] version = "0.5.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.assert_float_eq] version = "1.1.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tinyrand-alloc] version = "0.5.0"