|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[workspace] |
|
|
resolver = "2" |
|
|
members = [ |
|
|
"crates/catalog/*", |
|
|
"crates/examples", |
|
|
"crates/iceberg", |
|
|
"crates/integrations/*", |
|
|
"crates/test_utils", |
|
|
] |
|
|
|
|
|
[workspace.package] |
|
|
version = "0.2.0" |
|
|
edition = "2021" |
|
|
homepage = "https://rust.iceberg.apache.org/" |
|
|
|
|
|
repository = "https://github.com/apache/iceberg-rust" |
|
|
license = "Apache-2.0" |
|
|
rust-version = "1.77.1" |
|
|
|
|
|
[workspace.dependencies] |
|
|
anyhow = "1.0.72" |
|
|
apache-avro = "0.16" |
|
|
array-init = "2" |
|
|
arrow-arith = { version = "52" } |
|
|
arrow-array = { version = "52" } |
|
|
arrow-ord = { version = "52" } |
|
|
arrow-schema = { version = "52" } |
|
|
arrow-select = { version = "52" } |
|
|
async-stream = "0.3.5" |
|
|
async-trait = "0.1" |
|
|
aws-config = "1.1.8" |
|
|
aws-sdk-glue = "1.21.0" |
|
|
bimap = "0.6" |
|
|
bitvec = "1.0.1" |
|
|
bytes = "1.5" |
|
|
chrono = "0.4.34" |
|
|
derive_builder = "0.20.0" |
|
|
either = "1" |
|
|
env_logger = "0.11.0" |
|
|
fnv = "1" |
|
|
futures = "0.3" |
|
|
iceberg = { version = "0.2.0", path = "./crates/iceberg" } |
|
|
iceberg-catalog-rest = { version = "0.2.0", path = "./crates/catalog/rest" } |
|
|
iceberg-catalog-hms = { version = "0.2.0", path = "./crates/catalog/hms" } |
|
|
itertools = "0.13" |
|
|
lazy_static = "1" |
|
|
log = "^0.4" |
|
|
mockito = "^1" |
|
|
murmur3 = "0.5.2" |
|
|
once_cell = "1" |
|
|
opendal = "0.47" |
|
|
ordered-float = "4.0.0" |
|
|
parquet = "52" |
|
|
pilota = "0.11.0" |
|
|
pretty_assertions = "1.4.0" |
|
|
port_scanner = "0.1.5" |
|
|
reqwest = { version = "^0.12", features = ["json"] } |
|
|
rust_decimal = "1.31.0" |
|
|
serde = { version = "^1.0", features = ["rc"] } |
|
|
serde_bytes = "0.11.8" |
|
|
serde_derive = "^1.0" |
|
|
serde_json = "^1.0" |
|
|
serde_repr = "0.1.16" |
|
|
serde_with = "3.4.0" |
|
|
tempfile = "3.8" |
|
|
tokio = { version = "1", features = ["macros"] } |
|
|
typed-builder = "^0.18" |
|
|
url = "2" |
|
|
urlencoding = "2" |
|
|
uuid = "1.6.1" |
|
|
volo-thrift = "0.9.2" |
|
|
hive_metastore = "0.0.2" |
|
|
tera = "1" |
|
|
|