# 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 = "hrdf-routing-engine" version = "0.2.1" authors = ["Florian Burgener"] description = "Public transport routing engine based on Swiss HRDF data." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/florianburgener/hrdf-routing-engine" [profile.dev] opt-level = 3 [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.contour] version = "0.13.1" [dependencies.hrdf-parser] version = "0.1.2" [dependencies.kd-tree] version = "0.6.0" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "5.0.0" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.25.3" [dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", ] [dependencies.tower-http] version = "0.5.2" features = ["cors"] [dependencies.typenum] version = "1.17.0"