# 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" rust-version = "1.65" name = "proton_client" version = "0.1.2" authors = ["Marvin Hansen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for Timeplus Proton, a streaming SQL engine" homepage = "https://github.com/timeplus-io/proton-rust-client" documentation = "https://docs.rs/proton_client" readme = "README.md" keywords = [ "proton", "timeplus", "streaming", "sql", "database", ] license = "Apache-2.0" repository = "https://github.com/timeplus-io/proton-rust-client" [lib] name = "proton_client" path = "src/lib/mod.rs" [[example]] name = "prepare" path = "examples/prepare/main.rs" [[example]] name = "query" path = "examples/query/main.rs" [[example]] name = "remove" path = "examples/remove/main.rs" [[test]] name = "default_test" path = "tests/default_test.rs" [[test]] name = "display_tests" path = "tests/display_tests.rs" [[test]] name = "error_tests" path = "tests/error_tests.rs" [[test]] name = "fetch_tests" path = "tests/fetch_tests.rs" [[test]] name = "getter_tests" path = "tests/getter_tests.rs" [[test]] name = "insert_tests" path = "tests/insert_tests.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "new_tests" path = "tests/new_tests.rs" [[test]] name = "query_tests" path = "tests/query_tests.rs" [dependencies.clickhouse] version = "0.13" features = [ "inserter", "watch", ] [dependencies.clickhouse-derive] version = "0.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.clickhouse] version = "0.13" features = ["test-util"]