# 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 = "dcso3" version = "0.1.7" authors = ["Eric Stokes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal Rust binding to the DCS lua api" homepage = "https://github.com/estokes/bfnext" documentation = "https://docs.rs/dcso3" readme = "README.md" keywords = [ "DCS", "gamedev", ] categories = [ "api-bindings", "game-development", ] license = "MIT" repository = "https://github.com/estokes/bfnext" [lib] name = "dcso3" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.compact_str] version = "0.8" features = ["serde"] [dependencies.enumflags2] version = "0.7.8" [dependencies.fixedstr] version = "0.5.5" features = ["serde"] [dependencies.fxhash] version = "0.2" [dependencies.hdrhistogram] version = "7" [dependencies.log] version = "0.4.20" [dependencies.mlua] version = "0.9.8" features = [ "lua51", "serialize", ] [dependencies.nalgebra] version = "0.33" features = ["serde-serialize"] [dependencies.paste] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [features] default = [] perf = []