# 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 = "gbfs_types" version = "0.1.2" authors = [ "MobilityData ", "Tom Delmas ", ] description = "Types for GBFS" homepage = "https://github.com/MobilityData/gbfs-json-schema/tree/master/models/rust" readme = "README.md" keywords = [ "gbfs", "types", ] categories = [ "transit", "mobility", ] license = "Apache-2.0" repository = "https://github.com/MobilityData/gbfs-json-schema" [dependencies.futures] version = "0.3" [dependencies.geo-types] version = "0.7" features = ["serde"] [dependencies.http] version = "1.0" [dependencies.napi] version = "2.15" features = ["napi6"] optional = true default-features = false [dependencies.napi-derive] version = "2.15" optional = true [dependencies.pyo3] version = "0.20" features = ["serde"] optional = true [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.6" [dependencies.url] version = "2.5" [dependencies.url_serde] version = "0.2" [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [ "reqwest_blocking", "pyo3", "napi", ] napi = [ "dep:napi", "dep:napi-derive", ] pyo3 = ["dep:pyo3"] reqwest_blocking = ["reqwest/blocking"]