braid-blob 0.1.4

Braid-Blob storage and synchronization service
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 = "2021"
name = "braid-blob"
version = "0.1.4"
authors = ["Braid Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Braid-Blob storage and synchronization service"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/braid-org/braid-rs"

[features]
default = ["native"]
native = []

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

[dependencies.async-trait]
version = "0.1.86"

[dependencies.axum]
version = "0.8.8"
features = ["macros"]

[dependencies.braid-http]
version = "0.1.4"
features = ["server"]

[dependencies.bytes]
version = "1.11.0"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.43"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "serde",
]