# 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 = "2018" name = "reql" version = "0.11.2" authors = ["rushmorem "] description = "A native ReQL driver" documentation = "https://docs.rs/reql" readme = "README.md" keywords = [ "async", "database", "rethinkdb", "reql", "driver", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/rethinkdb/rethinkdb-rs" [dependencies.async-net] version = "1.7.0" [dependencies.async-stream] version = "0.3.5" [dependencies.dashmap] version = "5.5.0" [dependencies.futures] version = "0.3.28" [dependencies.ql2] version = "2.1.1" [dependencies.reql-macros] version = "0.3.0" [dependencies.reql-types] version = "0.3.3" [dependencies.scram] version = "0.6.0" [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" [features]