# 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-memory" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache Iceberg Rust Memory Catalog API" homepage = "https://rust.iceberg.apache.org/" readme = "README.md" keywords = [ "iceberg", "memory", "catalog", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/apache/iceberg-rust" [lib] name = "iceberg_catalog_memory" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.iceberg] version = "0.3.0" [dependencies.itertools] version = "0.13" [dependencies.serde_json] version = "1" [dependencies.uuid] version = "1.6.1" features = [ "v7", "v4", ] [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.tokio] version = "1" default-features = false