solana-example-mocks 4.0.0

Solana mock types for use in examples
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 = "solana-example-mocks"
version = "4.0.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana mock types for use in examples"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-example-mocks"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

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

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

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

[dependencies.serde]
version = "1.0.226"
default-features = false

[dependencies.serde_derive]
version = "1.0.226"

[dependencies.solana-hash]
version = "4.0.0"
default-features = false

[dependencies.solana-instruction]
version = "3.0.0"
features = ["std"]
default-features = false

[dependencies.solana-nonce]
version = "3.0.0"

[dependencies.solana-pubkey]
version = "4.0.0"
features = ["std"]
default-features = false

[dependencies.solana-sdk-ids]
version = "3.0.0"

[dependencies.solana-system-interface]
version = "3.0"

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