# 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_deadpool" version = "0.1.1" authors = ["Vetti "] description = "Deadpool for UnReQL" documentation = "https://docs.rs/unreql_deadpool" readme = "README.md" keywords = [ "async", "rethinkdb", "reql", "unreql", "deadpool", ] categories = ["database"] license = "MIT" repository = "https://github.com/vettich/un-rethinkdb-rs.git" [dependencies.async-trait] version = "0.1" [dependencies.deadpool] version = "0.10" [dependencies.unreql] version = "0.1.7" [dev-dependencies.serde] version = "1.0" features = ["derive"]