# 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 = "prusto" version = "0.5.1" authors = ["nooberfsh "] description = "A presto/trino client library" homepage = "https://github.com/nooberfsh/prusto" documentation = "https://docs.rs/prusto" readme = "README.md" keywords = [ "presto", "prestosql", "trino", ] license = "MIT" repository = "https://github.com/nooberfsh/prusto" [dependencies.bigdecimal] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.8" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.iterable] version = "0.6" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.prusto-macros] version = "0.2" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.urlencoding] version = "2.1" [dependencies.uuid] version = "1.2" features = [ "serde", "v4", ] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.trybuild] version = "1.0" [features] default = [] presto = []