# 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 = "dfhack-remote" version = "0.9.0" authors = ["Pierre Lulé "] exclude = ["images/"] description = "Interacting with the Dwarf Fortress remote API exposed by DFHack " readme = "README.md" categories = [ "api-bindings", "game-development", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plule/dfhack-remote" [dependencies.byteorder] version = "1.5.0" [dependencies.derive_more] version = "0.99.17" [dependencies.dfhack-proto] version = "0.9.0" [dependencies.log] version = "0.4.20" [dependencies.num_enum] version = "0.7.1" [dependencies.protobuf] version = "=3.4.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.bmp] version = "0.5.0" [dev-dependencies.ctor] version = "0.2.5" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [features] reflection = ["dfhack-proto/reflection"] test-with-df = ["reflection"]