sim-lib-lang-python 0.1.0

Thin Python core profile for the SIM expression runtime.
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 = "2024"
name = "sim-lib-lang-python"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin Python core profile for the SIM expression runtime."
homepage = "https://github.com/sim-nest/sim-runtime"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-runtime"

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

[dependencies.sim-cookbook]
version = "0.2.0"

[dependencies.sim-kernel]
version = "0.2.0"

[dependencies.sim-lib-binding]
version = "0.1.4"

[dependencies.sim-lib-control]
version = "0.1.5"

[dependencies.sim-lib-core]
version = "0.1.4"

[dependencies.sim-lib-dispatch]
version = "0.1.3"

[dependencies.sim-lib-gc-tracing]
version = "0.1.0"

[dependencies.sim-lib-mutation]
version = "0.1.4"

[dependencies.sim-lib-namespace]
version = "0.1.3"

[dependencies.sim-lib-numbers-f64]
version = "0.3.1"

[dependencies.sim-lib-numbers-i64]
version = "0.3.1"

[dependencies.sim-lib-sequence]
version = "0.1.3"

[dependencies.sim-lib-standard-core]
version = "0.1.4"

[dependencies.sim-shape]
version = "0.2.1"

[dev-dependencies.sim-codec-lisp]
version = "0.2.0"

[build-dependencies.sim-cookbook]
version = "0.2.0"