# 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 = "repath" version = "0.1.0" authors = ["Jaroslav Patočka "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast pathfinding library using A* algorithm, caching, precomputation and path segmentation with concurrent pathfinding." readme = "README.md" keywords = [ "pathfinding", "game", "server", "gameserver", "navmesh", ] categories = [ "game-development", "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/Abyssall-Dev/RePath" [lib] name = "repath" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.bincode] version = "1.3.3" [dependencies.csv] version = "1.3.1" [dependencies.dashmap] version = "6.1.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133"