# 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 = "entity-gym-rs" version = "0.8.0" authors = ["Clemens Winter "] description = "Rust bindings for the entity-gym library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/entity-neural-network/entity-gym-rs" [package.metadata.maturin] python-source = "python" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "entity_gym_rs" crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0" [dependencies.arrayvec] version = "0.7.2" [dependencies.atomicbox] version = "0.4.0" [dependencies.bevy] version = "0.9.0" optional = true [dependencies.clap] version = "3.1.7" features = ["derive"] [dependencies.crossbeam] version = "0.8.1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.entity-gym-derive] version = "0.2.0" [dependencies.lazy_static] version = "1.4" [dependencies.maplit] version = "1.0.2" [dependencies.ndarray] version = "0.15.0" [dependencies.numpy] version = "0.15" optional = true [dependencies.pyo3] version = "0.15" features = ["extension-module"] optional = true [dependencies.ragged-buffer] version = "0.3.8" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rogue-net] version = "0.4.0" [dependencies.rustc-hash] version = "1.0" [features] bevy = ["dep:bevy"] python = [ "pyo3", "numpy", "ragged-buffer/python", ]