cobble-data-structure 0.1.1

Structured data API wrappers for Cobble
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 = "2024"
name = "cobble-data-structure"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured data API wrappers for Cobble"
homepage = "https://cobble-project.github.io/cobble/latest/"
readme = "README.md"
keywords = [
    "kv",
    "schema",
    "storage",
]
categories = ["database-implementations"]
license = "Apache-2.0"
repository = "https://github.com/cobble-project/cobble"

[features]
default = []
storage-all = [
    "storage-alluxio",
    "storage-cos",
    "storage-ftp",
    "storage-hdfs",
    "storage-oss",
    "storage-s3",
]
storage-alluxio = ["cobble/storage-alluxio"]
storage-cos = ["cobble/storage-cos"]
storage-ftp = ["cobble/storage-ftp"]
storage-hdfs = ["cobble/storage-hdfs"]
storage-oss = ["cobble/storage-oss"]
storage-s3 = ["cobble/storage-s3"]

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.cobble]
version = "0.1.1"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.143"

[dev-dependencies.size]
version = "0.5.0"
features = ["serde"]

[dev-dependencies.uuid]
version = "1.18.0"
features = [
    "v4",
    "v4",
]