reifydb-codec 0.8.0

Unified encoding and decoding for all ReifyDB values, frames, rows, keys, and boundaries
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 = "reifydb-codec"
version = "0.8.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified encoding and decoding for all ReifyDB values, frames, rows, keys, and boundaries"
readme = false
license = "Apache-2.0"
resolver = "2"

[features]
default = ["json"]
json = ["dep:serde_json"]

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

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

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

[[test]]
name = "delta"
path = "tests/delta/mod.rs"

[[test]]
name = "delta_rle"
path = "tests/delta_rle/mod.rs"

[[test]]
name = "dict"
path = "tests/dict/mod.rs"

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

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

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

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

[[test]]
name = "nones"
path = "tests/nones/mod.rs"

[[test]]
name = "plain"
path = "tests/plain/mod.rs"

[[test]]
name = "rle"
path = "tests/rle/mod.rs"

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

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

[dependencies.bigdecimal]
version = "0.4.10"
features = ["serde"]

[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.reifydb-abi]
version = "0.8.0"

[dependencies.reifydb-value]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0.150"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.23.2"
features = [
    "v4",
    "v7",
    "serde",
    "std",
    "js",
]
default-features = false

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[build-dependencies.reifydb-build]
version = "0.8.0"