chie-shared 0.1.0

Shared types, errors, and utilities for CHIE Protocol
Documentation
[[bench]]
name = "serialization"
path = "benches/serialization.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.getrandom]
version = "0.3"

[dependencies.schemars]
features = ["uuid1", "chrono"]
optional = true
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.19"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.proptest]
version = "1.9"

[features]
default = []
schema = ["dep:schemars"]

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

[package]
authors = ["COOLJAPAN OU"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "network-programming"]
description = "Shared types, errors, and utilities for CHIE Protocol"
edition = "2024"
keywords = ["chie", "protocol", "p2p", "distributed", "types"]
license = "MIT OR Apache-2.0"
name = "chie-shared"
readme = "README.md"
repository = "https://github.com/cool-japan/chie"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"

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

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

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

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

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

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