# 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" rust-version = "1.75" name = "recastnavigation-rs" version = "0.1.0" authors = ["SlimeYummy "] exclude = [ "/.circleci", "/.github", "/.vscode", "/expected", "/output", "/resource", "/scripts", "/recastnavigation/.editorconfig", "/recastnavigation/.github", "/recastnavigation/CHANGELOG.md", "/recastnavigation/CODE_OF_CONDUCT.md", "/recastnavigation/Docs", "/recastnavigation/Doxyfile", ] description = "A rust binding for recastnavigation path finding library adds cross-platform deterministic." homepage = "https://github.com/SlimeYummy/recastnavigation-rs" readme = "README.md" keywords = [ "pathfinding", "navmesh", "fixed-point", "recastnavigation", "game", ] categories = [ "game-development", "api-bindings", ] license = "MPL-2.0" repository = "https://github.com/SlimeYummy/recastnavigation-rs" resolver = "2" [dependencies.cxx] version = "1.0" [dependencies.miniz_oxide] version = "0.7" optional = true [dependencies.rkyv] version = "0.7" optional = true [dependencies.static_assertions] version = "1.1" [dependencies.thiserror] version = "1.0" [build-dependencies.cxx-build] version = "1.0" [features] default = ["rkyv"] rkyv = [ "dep:rkyv", "dep:miniz_oxide", ]