# 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 = "cervo-core" version = "0.7.0" authors = [ "Tom Solberg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level APIs for RL in games." readme = "README.md" keywords = [ "machinelearning", "inference", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/cervo" [lib] name = "cervo_core" path = "src/lib.rs" [[test]] name = "batcher" path = "tests/batcher.rs" [dependencies.anyhow] version = "1.0" [dependencies.parking_lot] version = "0.12" [dependencies.perchance] version = "0.5" default-features = false [dependencies.rand] version = "0.8.2" [dependencies.rand_distr] version = "0.4" [dependencies.tract-core] version = "0.21" [dependencies.tract-hir] version = "0.21"