# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alg-grid" version = "0.1.1" authors = ["Gio Genre De Asis "] description = "Algorithms for pathfinding in a 2D or 3D grid." readme = "README.md" keywords = ["grid"] categories = ["no-std"] license = "MPL-2.0" repository = "https://gitlab.com/harudagondi/alg-grid/" [dependencies.heapless] version = "0.5" [dependencies.libm] version = "0.2" [dependencies.map_vec] version = "0.3" [dependencies.num-bigint] version = "0.3" default-features = false [dependencies.num-rational] version = "0.3" features = ["num-bigint"] default-features = false [features] default = ["two_dim"] reverse_path = [] three_dim = [] two_dim = [] [badges.gitlab] repository = "https://gitlab.com/harudagondi/alg-grid/" [badges.is-it-maintained-issue-resolution] repository = "https://gitlab.com/harudagondi/alg-grid/" [badges.is-it-maintained-open-issues] repository = "https://gitlab.com/harudagondi/alg-grid/" [badges.maintenance] status = "experimental"