# 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 = "dbcrossbar_trino" version = "0.1.0" authors = ["Eric Kidd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight Trino interface for dbcrossbar and related tools" homepage = "https://github.com/dbcrossbar/dbcrossbar/tree/main/crates/dbcrossbar_trino" documentation = "https://docs.rs/dbcrossbar_trino" readme = "README.md" keywords = [ "trino", "client", ] categories = ["database"] license = "Apache-2.0 OR MIT" repository = "https://github.com/dbcrossbar/dbcrossbar" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "dbcrossbar_trino" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" optional = true [dependencies.chrono] version = "0.4.38" features = ["arbitrary"] optional = true [dependencies.float-cmp] version = "0.10.0" optional = true [dependencies.geo-types] version = "0.7.13" optional = true [dependencies.geojson] version = "0.24.1" features = ["geo-types"] optional = true [dependencies.proptest] version = "1.5.0" optional = true [dependencies.proptest-arbitrary-interop] version = "0.1.0" optional = true [dependencies.proptest-derive] version = "0.5.0" optional = true [dependencies.reqwest] version = "0.12.8" features = [ "http2", "json", ] optional = true default-features = false [dependencies.rust_decimal] version = "1.36.0" optional = true [dependencies.serde] version = "1.0.210" features = [] [dependencies.serde_json] version = "1.0.128" optional = true [dependencies.tokio] version = "1.16" features = [ "macros", "time", ] optional = true [dependencies.uuid] version = "1.10.0" features = ["arbitrary"] optional = true [dependencies.wkt] version = "0.11.1" optional = true [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-arbitrary-interop] version = "0.1.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.tokio] version = "1.16" features = [ "macros", "rt-multi-thread", "time", ] [features] client = [ "values", "dep:reqwest", "dep:tokio", ] default = [] proptest = [ "values", "dep:proptest", "dep:proptest-arbitrary-interop", "dep:proptest-derive", ] values = [ "dep:base64", "dep:chrono", "dep:float-cmp", "dep:geojson", "dep:geo-types", "dep:rust_decimal", "dep:serde_json", "dep:uuid", "dep:wkt", ]