[package] name = "ql2" description = "RethinkDB protocol" version = "2.1.1" edition = "2018" license = "MIT/Apache-2.0" repository = "https://github.com/rethinkdb-rs/ql2" documentation = "https://docs.rs/ql2" readme = "README.md" keywords = ["database", "rethinkdb", "reql", "ql2"] authors = ["rushmorem "] [lib] doctest = false [dependencies] prost = "0.9.0" serde = { version = "1.0.130", features = ["derive"] } [build-dependencies] prost-build = "0.9.0"