# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "citymapper" version = "0.1.0" authors = ["Alex Good"] description = "A futures aware wrapper around the CityMapper API" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/alexjg/citymapper-rs" [dependencies.serde_derive] version = "1.0.10" [dependencies.serde] version = "1.0.10" [dependencies.slog-stdlog] version = "3.0.2" [dependencies.url] version = "1.5.1" [dependencies.error-chain] version = "0.10.0" [dependencies.hyper] version = "0.11.1" [dependencies.futures] version = "0.1.14" [dependencies.tokio-core] version = "0.1.8" [dependencies.chrono] version = "0.4" [dependencies.slog] version = "2.0.6" [dependencies.serde_json] version = "1.0.2" [dependencies.hyper-tls] version = "0.1.2" [dependencies.slog-term] version = "2.0.2" [dev-dependencies.spectral] version = "0.6.0" [dev-dependencies.slog-term] version = "2.0.2" [dev-dependencies.mockito] version = "0.8.1"