operant-core 0.3.3

Core traits and vectorization for Operant RL library
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 = "2021"
name = "operant-core"
version = "0.3.3"
authors = ["goshea"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and vectorization for Operant RL library"
homepage = "https://github.com/galenoshea/operant"
readme = "README.md"
keywords = [
    "reinforcement",
    "rl",
    "simd",
    "gymnasium",
    "environments",
]
categories = [
    "science",
    "simulation",
    "game-development",
]
license = "MIT"
repository = "https://github.com/galenoshea/operant"

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

[dependencies.rand]
version = "0.8"

[dependencies.rand_xoshiro]
version = "0.6"

[dev-dependencies]