# 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 = "pgpq" version = "0.9.0" authors = ["Adrian Garcia Badaracco "] exclude = ["/tests"] description = "Encode Apache Arrow `RecordBatch`es to Postgres' native binary format" homepage = "https://github.com/adriangb/pgpq" documentation = "https://github.com/adriangb/pgpq/blob/workspaces/core/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/adriangb/pgpq" [[bench]] name = "yellow_cab_dataset" harness = false [[bench]] name = "experiments" harness = false [dependencies.anyhow] version = "1.0.70" [dependencies.arrow-array] version = ">=46.0.0" default-features = false [dependencies.arrow-schema] version = ">=46.0.0" [dependencies.bytes] version = "^1.4.0" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.arrow] version = ">=32.0.0" features = ["ipc"] [dev-dependencies.arrow-ipc] version = ">=46.0.0" [dev-dependencies.criterion] version = ">=0.4.0" [dev-dependencies.parquet] version = ">=46.0.0" [dev-dependencies.postgres-types] version = ">=0.2.4" features = ["with-chrono-0_4"] [dev-dependencies.rstest] version = ">=0.16.0" [dev-dependencies.ureq] version = "2.6.2"