# 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 = "yamcts" version = "0.1.0" authors = ["John Process "] description = "An implementation of Monte Carlo Tree Search." readme = "README.md" keywords = [ "mcts", "simulation", "random", "game", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/nowl/yamcts" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.nanorand] version = "0.7.0" optional = true [dependencies.num_cpus] version = "1.16.0" optional = true [features] default = [ "chrono", "multi-threaded", "nanorand", ] multi-threaded = ["num_cpus"]