mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:03:31 +00:00
109 lines
2.1 KiB
TOML
109 lines
2.1 KiB
TOML
# 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"
|
|
name = "arma-rs"
|
|
version = "1.11.14"
|
|
authors = ["Brett Mayson"]
|
|
build = "build.rs"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Arma 3 Extensions in Rust"
|
|
readme = "README.md"
|
|
keywords = ["arma"]
|
|
license = "MIT"
|
|
repository = "https://github.com/brettmayson/arma-rs"
|
|
|
|
[features]
|
|
default = ["extension"]
|
|
extension = [
|
|
"libc",
|
|
"crossbeam-channel",
|
|
]
|
|
|
|
[lib]
|
|
name = "arma_rs"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "hello_world"
|
|
path = "examples/hello_world.rs"
|
|
|
|
[[test]]
|
|
name = "derive"
|
|
path = "tests/derive.rs"
|
|
|
|
[[test]]
|
|
name = "emulate"
|
|
path = "tests/emulate.rs"
|
|
|
|
[[test]]
|
|
name = "main"
|
|
path = "tests/main.rs"
|
|
|
|
[dependencies.arma-rs-proc]
|
|
version = "1.11.1"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4.40"
|
|
optional = true
|
|
|
|
[dependencies.crossbeam-channel]
|
|
version = "0.5.14"
|
|
optional = true
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.171"
|
|
optional = true
|
|
|
|
[dependencies.log]
|
|
version = "0.4.27"
|
|
|
|
[dependencies.seq-macro]
|
|
version = "0.3.6"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.219"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.140"
|
|
optional = true
|
|
|
|
[dependencies.state]
|
|
version = "0.6.0"
|
|
|
|
[dependencies.uuid]
|
|
version = "1.16.0"
|
|
optional = true
|
|
|
|
[dev-dependencies.trybuild]
|
|
version = "1.0.104"
|
|
|
|
[target.'cfg(all(target_os="windows", target_arch="x86"))'.dependencies.link_args]
|
|
version = "0.6.0"
|
|
|
|
[target."cfg(windows)".dependencies.winapi]
|
|
version = "0.3.9"
|
|
features = ["libloaderapi"]
|
|
|
|
[target."cfg(windows)".dependencies.windows]
|
|
version = "0.61.1"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_System_Console",
|
|
]
|