miden-serde-utils 0.21.4

Serialization/deserialization utilities for Miden
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.90"
name = "miden-serde-utils"
version = "0.21.4"
authors = ["miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization/deserialization utilities for Miden"
documentation = "https://docs.rs/miden-serde-utils"
readme = "README.md"
keywords = [
    "crypto",
    "hash",
    "merkle",
    "miden",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/crypto"

[features]
default = ["std"]
std = []

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

[dependencies.p3-field]
version = "0.4.2"
default-features = false

[dependencies.p3-goldilocks]
version = "0.4.2"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]