# 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 = "nimble-ffi" version = "0.0.17-dev" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nimble FFI" readme = "README.md" keywords = [ "game", "network", "ffi", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/nimble-rust/nimble" [lib] name = "nimble" crate-type = [ "dylib", "staticlib", ] path = "src/lib.rs" [dependencies.app-version] version = "0.0.2" [dependencies.flood-rs] version = "0.0.12" [dependencies.monotonic-time-rs] version = "0.0.5" [dependencies.nimble-client] version = "0.0.17-dev" [dependencies.nimble-step] version = "0.0.17-dev" [dependencies.nimble-step-map] version = "0.0.17-dev" [dependencies.nimble-wrapped-step] version = "0.0.17-dev" [dependencies.once_cell] version = "1.13.0" [build-dependencies.cbindgen] version = "0.27.0"