# 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 = "divert" version = "0.6.0" description = "Rust Lang bindings for Recast Navigation" homepage = "https://github.com/ohchase/divert" readme = "README.md" license = "Zlib" repository = "https://github.com/ohchase/divert" [lib] crate-type = ["lib"] [dependencies.bitflags] version = "2.5.0" [dependencies.recastnavigation-sys] version = "1.0.3" features = ["detour_large_nav_meshes"] [dependencies.thiserror] version = "1.0.58" [dev-dependencies.byteorder] version = "1.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.thiserror] version = "1.0.37"