# 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 = "mercury" version = "0.1.0" authors = ["Adam Pash ", "Jeremy Mack ", "Zachary Golba "] description = "The official Rust client for the Mercury Parser." homepage = "https://mercury.postlight.com" documentation = "https://docs.rs/mercury/0.1" readme = "README.md" keywords = ["async", "client", "mercury", "parser", "web"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] license = "MIT/Apache-2.0" repository = "https://github.com/postlight/mercury-rs" [dependencies.hyper] version = "0.11.6" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.serde_json] version = "1.0.4" [dependencies.error-chain] version = "0.11.0" [dependencies.serde_derive] version = "1.0.15" [dependencies.serde] version = "1.0.15" [dependencies.hyper-tls] version = "0.1.2" [dependencies.native-tls] version = "0.1.4" [dependencies.num_cpus] version = "1.7.0" [dependencies.futures] version = "0.1.16" [dependencies.tokio-core] version = "0.1.10" [dev-dependencies.dotenv] version = "0.10.1"