reifydb-codec 0.9.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.9.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",
    "host",
]
host = ["reifydb-value/host"]
json = ["dep:serde_json"]

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

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

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

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

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

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

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

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

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

[[test]]
name = "value"
path = "tests/value/mod.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.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.reifydb-value]
version = "0.9.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 = [
    "serde",
    "std",
]
default-features = false

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

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