# 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 = "navmesh" version = "0.12.1" authors = ["Patryk 'PsichiX' Budzynski "] description = "NavMesh, NavNet, NavGrid, NavFreeGrid and NavIslands navigation system" homepage = "https://github.com/PsichiX/navmesh" documentation = "https://docs.rs/navmesh" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PsichiX/navmesh" resolver = "2" [dependencies.approx] version = "0.5" [dependencies.mint] version = "0.5" features = ["serde"] optional = true [dependencies.petgraph] version = "0.6" features = ["serde-1"] [dependencies.rayon] version = "1.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.spade] version = "1.8" features = ["serde_serialize"] [dependencies.typid] version = "1" [features] convert = ["mint"] parallel = ["rayon"] scalar64 = []