arma-rs 1.11.13

Arma 3 Extensions in Rust
Documentation
[dependencies.arma-rs-proc]
version = "1.11.1"

[dependencies.chrono]
optional = true
version = "0.4.40"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.14"

[dependencies.libc]
optional = true
version = "0.2.171"

[dependencies.log]
version = "0.4.27"

[dependencies.seq-macro]
version = "0.3.6"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.serde_json]
optional = true
version = "1.0.140"

[dependencies.state]
version = "0.6.0"

[dependencies.uuid]
optional = true
version = "1.16.0"

[dev-dependencies.trybuild]
version = "1.0.104"

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

[features]
default = ["extension"]
extension = ["libc", "crossbeam-channel"]

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

[package]
authors = ["Brett Mayson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Arma 3 Extensions in Rust"
edition = "2021"
keywords = ["arma"]
license = "MIT"
name = "arma-rs"
readme = "README.md"
repository = "https://github.com/brettmayson/arma-rs"
version = "1.11.13"

[target.'cfg(all(target_os="windows", target_arch="x86"))'.dependencies.link_args]
version = "0.6.0"

[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi"]
version = "0.3.9"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.61.1"

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

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

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