# 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" rust-version = "1.77.1" name = "iceberg-catalog-hms" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache Iceberg Hive Metastore Catalog Support" homepage = "https://rust.iceberg.apache.org/" readme = "README.md" keywords = [ "iceberg", "hive", "catalog", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/apache/iceberg-rust" [lib] name = "iceberg_catalog_hms" path = "src/lib.rs" [[test]] name = "hms_catalog_test" path = "tests/hms_catalog_test.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.34" [dependencies.hive_metastore] version = "0.1" [dependencies.iceberg] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.pilota] version = "0.11.2" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.typed-builder] version = "0.19" [dependencies.uuid] version = "1.6.1" features = ["v7"] [dependencies.volo-thrift] version = "0.10" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.port_scanner] version = "0.1.5"