holochain_serialized_bytes 0.0.57

Serialized bytes for Holochain
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 = "2021"
name = "holochain_serialized_bytes"
version = "0.0.57"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialized bytes for Holochain"
documentation = "https://docs.rs/holochain_serialized_bytes"
readme = "README.md"
keywords = [
    "holochain",
    "messagepack",
    "json",
    "serialization",
]
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain-serialization"

[features]
default = ["derive"]
derive = ["dep:holochain_serialized_bytes_derive"]
fuzzing = [
    "dep:arbitrary",
    "dep:proptest",
    "dep:proptest-derive",
]
trace = ["dep:tracing"]

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

[dependencies.arbitrary]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.holochain_serialized_bytes_derive]
version = "=0.0.57"
optional = true

[dependencies.proptest]
version = "1.2"
optional = true

[dependencies.proptest-derive]
version = "0.5"
optional = true

[dependencies.rmp-serde]
version = "=1.3.0"

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

[dependencies.serde-transcode]
version = "1.1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0.51"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"
optional = true

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"