roshi-interface 0.2.0

On-chain instruction interface and types for the Roshi Solana program.
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 = "roshi-interface"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "On-chain instruction interface and types for the Roshi Solana program."
readme = false
license = "Apache-2.0"
repository = "https://github.com/Rhovian/roshi"

[package.metadata.solana]
program-id = "Roshi11111111111111111111111111111111111111"

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

[[example]]
name = "generate_codama_idl"
path = "examples/generate_codama_idl.rs"

[dependencies.codama-macros]
version = "0.9.2"

[dependencies.solana-instruction]
version = "3.3"

[dependencies.solana-program-error]
version = "3.0.1"

[dependencies.solana-pubkey]
version = "4.1"
features = ["curve25519"]

[dependencies.solana-sha256-hasher]
version = "3.1.0"
features = ["sha2"]

[dependencies.wincode]
version = "0.5.4"
features = ["derive"]

[dev-dependencies.codama]
version = "0.9.2"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"