# 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 = "skytable" version = "0.8.11" authors = ["Sayan Nandan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Official Rust client driver for Skytable" documentation = "https://docs.rs/skytable" readme = "README.md" keywords = [ "skytable", "driver", "client", "database", "nosql", ] categories = [] license = "Apache-2.0" repository = "https://github.com/skytable/client-rust" [lib] name = "skytable" path = "src/lib.rs" [[example]] name = "custom_types" path = "examples/custom_types.rs" [[example]] name = "dynamic_lists_advanced" path = "examples/dynamic_lists_advanced.rs" [[example]] name = "dynamic_lists_simple" path = "examples/dynamic_lists_simple.rs" [[example]] name = "multi_row" path = "examples/multi_row.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "custom_query_resp" path = "tests/custom_query_resp.rs" [[test]] name = "derive" path = "tests/derive.rs" [[test]] name = "pipe" path = "tests/pipe.rs" [[test]] name = "query" path = "tests/query.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.bb8] version = "0.8.5" [dependencies.itoa] version = "1.0.11" [dependencies.native-tls] version = "0.2.12" [dependencies.r2d2] version = "0.8.10" [dependencies.rand] version = "0.8.5" [dependencies.sky-derive] version = "0.2.3" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.1"