# 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 = "2021" name = "unreql" version = "0.1.8" authors = ["Vetti "] description = "Well documented and easy to use RethinkDB Rust Driver" documentation = "https://docs.rs/unreql" readme = "README.md" keywords = [ "async", "database", "rethinkdb", "reql", "driver", ] categories = ["database"] license = "MIT" repository = "https://github.com/vettich/un-rethinkdb-rs.git" [dependencies.async-net] version = "1.6" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "5.3" [dependencies.futures] version = "0.3" [dependencies.ql2] version = "2.1" [dependencies.scram] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.1" [dependencies.time] version = "0.3" features = [ "macros", "formatting", "parsing", ] [dependencies.tracing] version = "0.1" [dependencies.unreql_macros] version = "0.1.1" [dependencies.uuid] version = "1.8" features = ["serde"] [dev-dependencies.tokio] version = "1.20" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3"