murk 0.1.9

World simulation engine for reinforcement learning and real-time applications
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"
rust-version = "1.87"
name = "murk"
version = "0.1.9"
authors = ["John Morrissey"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "World simulation engine for reinforcement learning and real-time applications"
homepage = "https://github.com/tachyon-beep/murk"
documentation = "https://tachyon-beep.github.io/murk/"
readme = "README.md"
keywords = [
    "simulation",
    "reinforcement",
    "arena",
    "gymnasium",
    "gamedev",
]
categories = [
    "simulation",
    "science",
    "game-development",
]
license = "MIT"
repository = "https://github.com/tachyon-beep/murk"

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

[dependencies.murk-arena]
version = "0.1.9"

[dependencies.murk-core]
version = "0.1.9"

[dependencies.murk-engine]
version = "0.1.9"

[dependencies.murk-obs]
version = "0.1.9"

[dependencies.murk-propagator]
version = "0.1.9"

[dependencies.murk-propagators]
version = "0.1.9"

[dependencies.murk-replay]
version = "0.1.9"

[dependencies.murk-space]
version = "0.1.9"