# 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 = "arcdps" version = "0.10.1" authors = ["Greaka "] description = "Rust bindings for the Guild Wars 2 dps-meter with focus on ease-of-use and performance." readme = "README.md" keywords = [ "arcdps", "guild-wars-2", "ffi", "addon", "framework", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/greaka/arcdps_bindings" [dependencies.arcdps_codegen] version = "0.10.0" [dependencies.chrono] version = "0.4.20" [dependencies.imgui] version = "0.8.0" features = ["tables-api"] optional = true package = "arcdps-imgui" [dependencies.log] version = "0.4.17" features = ["std"] optional = true [dependencies.once_cell] version = "1.13.0" [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [features] default = [ "imgui", "log", ] imgui = [ "dep:imgui", "arcdps_codegen/imgui", ] serde = [ "dep:serde", "chrono/serde", ]