dusk-bytes 0.1.8

A trait that uses constant generics to implement de/serialization on sized type
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"
rust-version = "1.96.1"
name = "dusk-bytes"
version = "0.1.8"
authors = ["zer0 <matteo@dusk.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait that uses constant generics to implement de/serialization on sized type"
readme = "README.md"
keywords = [
    "encoding",
    "no_std",
    "formatting",
]
categories = ["encoding"]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/dusk-bytes"

[features]
default = ["derive"]
derive = ["dep:derive-hex"]

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

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

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

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

[dependencies.derive-hex]
version = "0.1.3"
optional = true