object-rainbow-json 0.0.0-a.21

serde_json for object-rainbow
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"
rust-version = "1.91"
name = "object-rainbow-json"
version = "0.0.0-a.21"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "serde_json for object-rainbow"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/parrrate/object-rainbow"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
distributed = [
    "dep:object-rainbow-point",
    "dep:futures-util",
    "dep:thiserror",
]

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

[dependencies.futures-util]
version = "0.3.32"
features = ["std"]
optional = true
default-features = false

[dependencies.object-rainbow]
version = "0.0.0-a.64"
features = ["serde"]

[dependencies.object-rainbow-point]
version = "0.0.0-a.12"
features = ["point-serialize"]
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"
optional = true