# 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 = "rsmod-pathfinder" version = "5.0.4" authors = ["2004Scape"] exclude = [ ".github", ".run", "package.json", "lumbridge.json", "src/main.*", ] description = "A breadth-first search path finder." homepage = "https://github.com/2004scape/rsmod-pathfinder#readme" readme = "README.md" keywords = [ "rsmod", "pathfinder", "bfs", "rust", "webassembly", ] categories = [ "game-engines", "game-development", ] license = "ISC" license-file = "LICENSE.md" repository = "https://github.com/2004scape/rsmod-pathfinder" [package.metadata.wasm-pack.profile.release] wasm-opt = [ "--generate-global-effects", "--optimize-instructions", "--memory-packing", "--intrinsic-lowering", "--flexible-inline-max-function-size", "4294967295", "--inlining", "--inlining-optimizing", "-O4", ] [profile.release] opt-level = 3 lto = true [lib] name = "rsmod" crate-type = [ "cdylib", "lib", ] [[bench]] name = "collision" harness = false [[bench]] name = "pathfinder" harness = false [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.once_cell] version = "1.20.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.132" [dependencies.wasm-bindgen] version = "0.2.95" [dev-dependencies.criterion] version = "0.5.1"