murk-core 0.1.2

Core types and traits for the Murk simulation framework
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-core"
version = "0.1.2"
authors = ["John Morrissey"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for the Murk simulation framework"
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_core"
path = "src/lib.rs"

[dependencies.indexmap]
version = "2"

[dependencies.smallvec]
version = "1"

[dev-dependencies.proptest]
version = "1"