relayrl_env_trait 1.2.0

Traits for training and testing environments in the RelayRL framework.
Documentation
# 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 = "2024"
name = "relayrl_env_trait"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for training and testing environments in the RelayRL framework."
documentation = "https://docs.rs/crate/relayrl_env_trait"
readme = false
keywords = [
    "environment",
    "integration",
    "deep-learning",
    "ai",
    "batching",
]
categories = [
    "science",
    "algorithms",
    "simulation",
    "concurrency",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/jrcalgo/relayrl"
resolver = "2"

[lib]
name = "relayrl_env_trait"
path = "src/lib.rs"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.22.0"