# 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 = "wolfram_alpha" version = "0.4.0" authors = ["Nikita Pekin "] build = "build.rs" include = ["build.rs", "CHANGELOG.md", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs"] description = "A library providing Rust bindings for the Wolfram|Alpha API" documentation = "https://indiv0.github.io/wolfram-alpha-rs/wolfram_alpha/" readme = "README.md" keywords = ["wolfram", "alpha", "async", "API", "library"] license = "MIT/Apache-2.0" repository = "https://github.com/indiv0/wolfram-alpha-rs" [dependencies.serde] version = "0.8.23" [dependencies.futures] version = "0.1.17" [dependencies.clippy] version = "0.0" optional = true [dependencies.hyper] version = "0.11.7" [dependencies.serde_derive] version = "0.8.23" optional = true [dependencies.serde_xml] version = "0.8.1" [dependencies.tokio-core] version = "0.1.10" [dependencies.url] version = "1.6.0" features = ["serde"] [dependencies.log] version = "0.3.6" [dev-dependencies.hyper-tls] version = "0.1.2" [build-dependencies.serde_codegen] version = "0.8.23" optional = true [features] nightly-testing = ["clippy", "nightly"] with-syntex = ["serde_codegen"] nightly = ["serde_derive"] default = ["with-syntex"]