reifydb-type 0.3.0

Core type system and value representations for ReifyDB
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-type"
version = "0.3.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core type system and value representations for ReifyDB"
readme = false
license = "MIT"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.bigdecimal]
version = "0.4.8"
features = [
    "serde",
    "serde",
]

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

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

[dependencies.reifydb-runtime]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.143"

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

[dev-dependencies.postcard]
version = "1.1"
features = ["use-std"]

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]