paimon 0.1.0

The rust implementation of Apache Paimon
Documentation
# 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 = "paimon"
version = "0.1.0"
build = false
exclude = ["testdata/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The rust implementation of Apache Paimon"
homepage = "https://paimon.apache.org/docs/rust/"
documentation = "https://docs.rs/paimon"
readme = "README.md"
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/apache/paimon-rust"

[features]
default = [
    "storage-memory",
    "storage-fs",
    "storage-oss",
]
fulltext = [
    "tantivy",
    "tempfile",
]
storage-all = [
    "storage-memory",
    "storage-fs",
    "storage-oss",
    "storage-s3",
    "storage-hdfs",
]
storage-fs = ["opendal/services-fs"]
storage-hdfs = ["opendal/services-hdfs-native"]
storage-memory = ["opendal/services-memory"]
storage-oss = ["opendal/services-oss"]
storage-s3 = ["opendal/services-s3"]

[lib]
name = "paimon"
path = "src/lib.rs"

[[example]]
name = "rest_catalog_example"
path = "examples/rest_catalog_example.rs"

[[test]]
name = "mock_server"
path = "tests/mock_server.rs"

[[test]]
name = "rest_api_test"
path = "tests/rest_api_test.rs"

[[test]]
name = "rest_catalog_test"
path = "tests/rest_catalog_test.rs"

[dependencies.apache-avro]
version = "0.21"
features = [
    "snappy",
    "zstandard",
]

[dependencies.arrow-array]
version = "58.0"
features = ["ffi"]

[dependencies.arrow-buffer]
version = "58.0"

[dependencies.arrow-cast]
version = "58.0"

[dependencies.arrow-ord]
version = "58.0"

[dependencies.arrow-schema]
version = "58.0"

[dependencies.arrow-select]
version = "58.0"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.base64]
version = "0.22"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.bytes]
version = "1.7.1"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.crc32fast]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.indexmap]
version = "2.5.0"

[dependencies.md-5]
version = "0.10"

[dependencies.opendal]
version = "0.55"
features = ["services-fs"]

[dependencies.orc-rust]
version = "0.8.0"

[dependencies.parquet]
version = "58.0"
features = [
    "async",
    "zstd",
    "lz4",
    "snap",
]

[dependencies.pretty_assertions]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.roaring]
version = "0.11"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_with]
version = "3.9.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.snafu]
version = "0.9.0"

[dependencies.tantivy]
version = "0.22"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.tokio]
version = "1.39.2"
features = ["macros"]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.typed-builder]
version = "^0.19"

[dependencies.url]
version = "2.5.2"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zstd]
version = "0.13"

[dev-dependencies.axum]
version = "0.7"
features = [
    "macros",
    "tokio",
    "http1",
    "http2",
]

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3"