# 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 = "anime" version = "0.1.2" authors = ["Josiah Parry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Approximate Network Matching, Integration, and Enrichment" readme = "README.md" keywords = [ "spatial", "geospatial", "network", "transit", "gis", ] categories = [ "science", "science::geo", "algorithms", ] license = "MIT OR Apache-2.0" [lib] name = "anime" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.geo] version = "0.27.0" [dependencies.geo-types] version = "0.7.12" features = ["use-rstar_0_11"] [dependencies.rstar] version = "0.11.0"