# 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 = "npc-engine-core" version = "0.1.0" authors = [ "Sven Knobloch ", "David Enderlin ", "Aydin Faraji ", "Stéphane Magnenat ", ] description = "The core of the NPC engine, providing a generic MCTS framework." homepage = "https://github.com/ethz-gtc/npc-engine" readme = "README.md" keywords = [ "MCTS", "AI", "multi-agent", "simulation", "game", ] categories = [ "algorithms", "science", "simulation", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ethz-gtc/npc-engine" [[example]] name = "tic-tac-toe" required-features = ["graphviz"] [dependencies.dot] version = "0.1" optional = true [dependencies.downcast-rs] version = "1.2.0" [dependencies.log] version = "0.4" [dependencies.ordered-float] version = "3" [dependencies.palette] version = "0.5" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.ansi_term] version = "0.12" [dev-dependencies.bounded-integer] version = "0.5.1" features = ["types"] [dev-dependencies.cached] version = "0.30" [dev-dependencies.clearscreen] version = "1.0.10" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.nonmax] version = "0.5" [dev-dependencies.num-traits] version = "0.2.1" default-features = false [dev-dependencies.regex] version = "1" [features] default = [] graphviz = [ "dot", "palette", ]