# 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 = "qv" version = "0.9.6" authors = ["Tim Van Wassenhove "] exclude = [ ".github/*", "ci/*", "dev/*", "testing/*", ] description = "quickly view your data" homepage = "https://github.com/timvw/qv" readme = "README.md" keywords = [ "quickview", "data", "query", "sql", "datafusion", ] license = "Apache-2.0" repository = "https://github.com/timvw/qv" [dependencies.aws-config] version = "1.1" [dependencies.aws-credential-types] version = "1.1" [dependencies.aws-sdk-glue] version = "1.22" [dependencies.aws-types] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.datafusion] version = "35" features = ["avro"] [dependencies.deltalake] version = "0.17" features = [ "datafusion-ext", "s3", "gcs", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.object_store] version = "0.9" features = [ "aws", "gcp", ] [dependencies.regex] version = "1.10" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ] [dependencies.url] version = "2.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1"