cmajor 0.7.0

Rust bindings for the Cmajor JIT engine.
Documentation
[[bin]]
name = "linker_issue"
path = "src/bin/linker_issue.rs"

[build-dependencies.cmake]
optional = true
version = "0.1.50"

[build-dependencies.dotenvy]
optional = true
version = "0.15.7"

[dependencies.bytes]
version = "1.5.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.indexmap]
features = ["serde"]
version = "2.2.6"

[dependencies.libloading]
version = "0.8.0"

[dependencies.sealed]
version = "0.6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.188"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.107"

[dependencies.smallvec]
features = ["serde"]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.assert_no_alloc]
version = "1.1.2"

[dev-dependencies.cpal]
version = "0.15.2"

[[example]]
name = "endpoints"
path = "examples/endpoints.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[features]
static = ["dep:cmake", "dep:dotenvy"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings for the Cmajor JIT engine."
edition = "2021"
license = "GPL-3.0-or-later"
name = "cmajor"
readme = "README.md"
version = "0.7.0"

[[test]]
name = "endpoints"
path = "tests/endpoints.rs"

[[test]]
name = "engine"
path = "tests/engine.rs"

[[test]]
name = "program"
path = "tests/program.rs"