# 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-rest" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache Iceberg Rust REST API" homepage = "https://rust.iceberg.apache.org/" readme = "README.md" keywords = [ "iceberg", "rest", "catalog", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/apache/iceberg-rust" [lib] name = "iceberg_catalog_rest" path = "src/lib.rs" [[test]] name = "rest_catalog_test" path = "tests/rest_catalog_test.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.34" [dependencies.http] version = "1.1.0" [dependencies.iceberg] version = "0.3.0" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dependencies.typed-builder] version = "0.19" [dependencies.uuid] version = "1.6.1" features = [ "v7", "v4", ] [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.mockito] version = "1" [dev-dependencies.port_scanner] version = "0.1.5" [dev-dependencies.tokio] version = "1" default-features = false