# 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 = "osmgraph" version = "0.4.0" authors = ["NoahSchiro"] build = false exclude = ["/assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Convert OSM queries into graphs." documentation = "https://crates.io/crates/osmgraph" readme = "README.md" keywords = [ "map", "api", "graph", "data-structure", ] categories = [ "api-bindings", "data-structures", ] license = "MIT" repository = "https://github.com/NoahSchiro/osmgraph" [lib] name = "osmgraph" path = "src/lib.rs" [[example]] name = "astar" path = "examples/astar.rs" [[example]] name = "parse_graph_from_place" path = "examples/parse_graph_from_place.rs" [[example]] name = "parse_graph_from_polyline" path = "examples/parse_graph_from_polyline.rs" [[example]] name = "parse_nodes" path = "examples/parse_nodes.rs" [[example]] name = "parse_ways" path = "examples/parse_ways.rs" [[example]] name = "query" path = "examples/query.rs" [[example]] name = "save_load" path = "examples/save_load.rs" [[test]] name = "graph" path = "tests/graph.rs" [[test]] name = "overpass_api" path = "tests/overpass_api.rs" [[bench]] name = "graph" path = "benches/graph.rs" harness = false [dependencies.petgraph] version = "0.6.5" [dependencies.reqwest] version = "0.12.7" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "fs", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.plotters] version = "0.3.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.40" features = ["macros"]