# 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.10" authors = ["Brett Mayson"] build = "build.rs" 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" [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.0" [dependencies.chrono] version = "0.4.30" optional = true [dependencies.crossbeam-channel] version = "0.5.8" optional = true [dependencies.libc] version = "0.2.158" optional = true [dependencies.log] version = "0.4.20" [dependencies.seq-macro] version = "0.3.5" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.105" optional = true [dependencies.state] version = "0.6.0" [dependencies.uuid] version = "1.4.1" optional = true [dev-dependencies.trybuild] version = "1.0.8" [features] default = ["extension"] extension = [ "libc", "crossbeam-channel", ] [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.58.0" features = [ "Win32_Foundation", "Win32_System_Console", ]