# 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 = "osm_graph" version = "0.1.1" exclude = [ "/examples", "*.png", ] description = "This library provides a set of tools for generating isochrones from geographic coordinates. It leverages OpenStreetMap data to construct road networks and calculate areas accessible within specified time limits. The library is designed for both Rust and Python, offering high performance and easy integration into data science workflows." readme = "README.md" keywords = [ "OpenStreetMaps", "Isochrone", "Mobility", "Geo", "Petgraph", ] categories = [ "science::geo", "simulation", "visualization", ] license = "MIT" repository = "https://github.com/kyleloving/osm_graph/tree/main" [lib] name = "pysochrone" crate-type = ["cdylib"] [dependencies.geo] version = "0.27.0" [dependencies.geojson] version = "0.24.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lru] version = "0.12.2" [dependencies.petgraph] version = "0.6.4" [dependencies.pyo3] version = "0.20.2" features = ["extension-module"] [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]