# 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 = "2018" name = "ratel_bandit" version = "0.2.3" authors = ["DanielMorton "] build = false exclude = [ ".circleci/config.yml", ".travis.yml", ".cargo_vcs_info.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Implementation of a Muti-armed Bandit Simulator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DanielMorton/ratel" [lib] name = "ratel_bandit" path = "src/lib.rs" [dependencies.clap] version = "4.5.17" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.lazy_static] version = "1.5.0"