# 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-policy-no-backend" 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" [dependencies.anyhow] version = "1.0.38" [dependencies.border-core] version = "0.0.7" [dependencies.border-tch-agent] version = "0.0.7" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.tch] version = "0.16.0" optional = true [dev-dependencies.tch] version = "0.16.0" [dev-dependencies.tempdir] version = "0.3.7" [features] border-tch-agent = [ "dep:border-tch-agent", "dep:tch", ]