miden-objects 0.17.0-rc.6

Canonical Protobuf representations for Miden protocol objects
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.98.1"
name = "miden-objects"
version = "0.17.0-rc.6"
authors = ["Miden contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical Protobuf representations for Miden protocol objects"
homepage = "https://miden.xyz"
readme = "README.md"
keywords = [
    "miden",
    "protobuf",
    "protocol",
    "serialization",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/0xMiden/protocol"

[features]
default = ["std"]
std = [
    "miden-protobuf/std",
    "miden-protocol/std",
    "prost/std",
]

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

[dependencies.miden-protobuf]
version = "0.17.0-rc.6"
features = ["derive"]
default-features = false

[dependencies.miden-protocol]
version = "0.17.0-rc.6"
default-features = false

[dependencies.prost]
version = "0.14"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.assert_matches]
version = "1.5"
default-features = false

[dev-dependencies.miden-protocol]
version = "0.17.0-rc.6"
features = ["testing"]
default-features = false

[dev-dependencies.rand]
version = "0.10"
default-features = false

[dev-dependencies.rand_chacha]
version = "0.10"
default-features = false

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.19"

[build-dependencies.miden-protobuf]
version = "0.17.0-rc.6"
features = ["build"]
default-features = false

[build-dependencies.prost]
version = "0.14"
features = ["derive"]
default-features = false

[build-dependencies.prost-build]
version = "0.14"
default-features = false

[build-dependencies.protox]
version = "0.9"
default-features = false

[build-dependencies.quote]
version = "1"