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