structfs-serde-store 0.2.0

Serde integration for StructFS stores - typed access
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"
rust-version = "1.96"
name = "structfs-serde-store"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde integration for StructFS stores - typed access"
readme = "README.md"
keywords = [
    "store",
    "serde",
    "typed",
    "codec",
]
categories = [
    "data-structures",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/StructFS/structfs"

[features]
async = [
    "async-trait",
    "structfs-core-store/async",
]
default = []

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

[[test]]
name = "value_v1"
path = "tests/value_v1.rs"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.9"

[dependencies.ciborium]
version = "0.2"

[dependencies.flexbuffers]
version = "25.2"

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

[dependencies.serde_json]
version = "1.0"
features = ["float_roundtrip"]

[dependencies.structfs-core-store]
version = "0.2.0"

[dependencies.structfs-ll-store]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
    "rt",
    "macros",
]