# 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 = "2018" name = "navitia-poi-model" version = "2.0.0" authors = ["Kisio Digital "] description = "Navitia's POIs (Point of Interest) model" readme = "README.md" keywords = [ "data", "osm", "transit", ] categories = [ "data-structures", "parser-implementations", ] license = "AGPL-3.0-only" repository = "https://github.com/CanalTP/navitia-poi-model.git" [dependencies.anyhow] version = "1" [dependencies.csv] version = "1" [dependencies.geo] version = "0.23" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.wkt] version = "0.10" [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.tempfile] version = "3" [dev-dependencies.testing_logger] version = "0.1"