solana-ed25519-program 0.0.2

Instructions for the Solana ed25519 native program
Documentation
[dependencies.bytemuck]
version = "1.20.0"

[dependencies.bytemuck_derive]
version = "1.8.0"

[dependencies.ed25519-dalek]
version = "=1.0.1"

[dependencies.solana-feature-set]
version = "2.1.0"

[dependencies.solana-instruction]
features = ["std"]
version = "2.1.0"

[dependencies.solana-precompile-error]
version = "2.1.0"

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

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand0-7]
package = "rand"
version = "0.7"

[dev-dependencies.solana-hash]
version = "2.1.0"

[dev-dependencies.solana-keypair]
version = "=0.0.2"

[dev-dependencies.solana-logger]
version = "2.1.0"

[dev-dependencies.solana-signer]
version = "=0.0.2"

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

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0

[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Instructions for the Solana ed25519 native program"
documentation = "https://docs.rs/solana-ed25519-program"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-ed25519-program"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "0.0.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]