# 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] edition = "2018" name = "faunadb" version = "0.1.0-alpha.1" authors = ["Julius de Bruijn "] description = "A Client for Fauna Database" homepage = "https://github.com/prisma/faunadb-rust/" documentation = "https://docs.rs/faunadb/" readme = "README.md" keywords = ["fauna", "faunadb", "database", "async"] license = "Apache-2.0" repository = "https://github.com/prisma/faunadb-rust/" [dependencies.async-std] version = "0.99.5" features = ["unstable"] [dependencies.base64] version = "0.10" [dependencies.base64-serde] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures-preview] version = "0.3.0-alpha.18" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.13.0-alpha.1" [dependencies.hyper-tls] version = "0.4.0-alpha.1" [dependencies.lazy_static] version = "1.3" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.clap] version = "2" [dev-dependencies.lazy_static] version = "1.3" [dev-dependencies.pretty_env_logger] version = "0.3" [dev-dependencies.rand] version = "0.6" [dev-dependencies.tokio] version = "0.2.0-alpha.4"