# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "oxymcts" version = "0.1.0" authors = ["Samuel Batissou "] description = "Library for general traits and default implementations for Monte Carlo Tree Search" readme = "README.md" keywords = ["mcts", "learning", "monte", "carlo", "tree"] license = "MIT" repository = "https://github.com/sagebati/oxymcts" [dependencies.ascii_tree] version = "0.1.1" optional = true [dependencies.ego-tree] version = "0.6.2" [dependencies.noisy_float] version = "0.1.12" [dependencies.num-traits] version = "0.2.11" [dependencies.rand] version = "0.7.3" [dev-dependencies.rayon] version = "1.4.0" [features] ascii-tree = ["ascii_tree"] default = ["ascii-tree"] [badges.maintenance] status = "actively-developed"