# 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 = "2018" name = "border-derive" version = "0.0.7" description = "Reinforcement learning library" readme = "README.md" keywords = [ "reinforcement", "learning", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/laboroai/border" [package.metadata.docs.rs] features = ["doc-only"] [lib] proc-macro = true [dependencies.candle-core] version = "=0.4.1" optional = true [dependencies.darling] version = "0.13" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.tch] version = "0.16.0" optional = true [dev-dependencies.border-atari-env] version = "0.0.7" [dev-dependencies.border-candle-agent] version = "0.0.7" [dev-dependencies.border-core] version = "0.0.7" [dev-dependencies.border-py-gym-env] version = "0.0.7" [dev-dependencies.border-tch-agent] version = "0.0.7" [dev-dependencies.candle-core] version = "=0.4.1" [dev-dependencies.ndarray] version = "0.15.1" [dev-dependencies.tch] version = "0.16.0"