trezoa-example-mocks 3.2.2

Trezoa mock types for use in examples
[dependencies.serde]
version = "1.0.217"

[dependencies.serde_derive]
version = "1.0.217"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.trezoa-address-lookup-table-interface]
version = "3.2.2"

[dependencies.trezoa-clock]
version = "3.2.2"

[dependencies.trezoa-hash]
default-features = false
features = ["sanitize"]
version = "3.2.3"

[dependencies.trezoa-instruction]
default-features = false
version = "3.2.2"

[dependencies.trezoa-keccak-hasher]
version = "3.2.2"

[dependencies.trezoa-message]
features = ["serde"]
version = "3.2.2"

[dependencies.trezoa-nonce]
version = "3.2.3"

[dependencies.trezoa-pubkey]
default-features = false
features = ["dev-context-only-utils", "rand"]
version = "3.2.3"

[dependencies.trezoa-sdk-ids]
version = "3.2.2"

[dependencies.trezoa-system-interface]
version = "3.2.2"

[features]
bincode = ["trezoa-system-interface/bincode"]

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

[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa mock types for use in examples"
documentation = "https://docs.rs/trezoa-example-mocks"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-example-mocks"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-example-mocks"
version = "3.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]