reinforcex 0.0.5

Deep Reinforcement Learning Framework
# 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 = "reinforcex"
version = "0.0.5"
build = false
exclude = [
    "src/examples",
    "src/main.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deep Reinforcement Learning Framework"
readme = "README.md"
keywords = [
    "drl",
    "ml",
    "dqn",
    "ppo",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/kakky-hacker/reinforcex"

[features]
cpu = ["torch-sys"]
cuda = []
default = ["cpu"]

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

[dependencies.futures]
version = "0.3"

[dependencies.gym]
version = "2.2.1"

[dependencies.ndarray]
version = "0.15"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.8"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tch]
version = "0.20.0"

[dependencies.tokio]
version = "1.28"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.torch-sys]
version = "0.20.0"
features = ["download-libtorch"]
optional = true

[dependencies.ulid]
version = "1"

[dependencies.winapi]
version = "0.3"
features = ["libloaderapi"]