# 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" rust-version = "1.65" name = "bbox-routing-server" version = "0.1.0" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BBOX Routing Service" homepage = "https://www.bbox.earth" readme = "README.md" keywords = ["routing"] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/bbox-services/bbox" [lib] name = "bbox_routing_server" path = "src/lib.rs" [[bin]] name = "bbox-routing-server" path = "src/main.rs" [dependencies.actix-web] version = "4.0.0" features = ["rustls"] [dependencies.async-trait] version = "0.1.65" [dependencies.bbox-core] version = "0.6.0-beta1" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.fast_paths] version = "0.2.0" [dependencies.figment] version = "0.10.6" [dependencies.futures] version = "0.3.21" [dependencies.geo] version = "0.19.0" [dependencies.geo-types] version = "0.7.6" [dependencies.geojson] version = "0.22.3" [dependencies.geozero] version = "0.11.0" features = [ "with-gpkg", "with-postgis-sqlx", ] [dependencies.log] version = "0.4.17" [dependencies.polyline] version = "0.9.0" [dependencies.rstar] version = "0.9.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sqlx] version = "0.7.0" features = [ "runtime-tokio-rustls", "sqlite", "postgres", "chrono", ] default-features = false [dependencies.thiserror] version = "1.0.31" [dev-dependencies.tokio] version = "1.19.2" features = ["full"]