uni-common 0.1.17

Common types, identity encoding, and schema for Uni graph database
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 = "uni-common"
version = "0.1.17"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types, identity encoding, and schema for Uni graph database"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow-schema]
version = "56.2.0"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.fxhash]
version = "0.2"

[dependencies.multibase]
version = "0.9"

[dependencies.object_store]
version = "0.11"
features = [
    "aws",
    "gcp",
    "azure",
]

[dependencies.rmp-serde]
version = "1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "fs",
    "io-util",
]

[dev-dependencies.tempfile]
version = "3.10"