[package]
name = "solana-presigner"
description = "A Solana `Signer` implementation representing an externally-constructed `Signature`."
documentation = "https://docs.rs/solana-presigner"
version = "0.0.2"
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
[dependencies]
solana-pubkey = { version = "2.1.0" }
solana-signature = { version = "2.1.0", features = ["verify"] }
solana-signer = { workspace = true }
[dev-dependencies]
solana-keypair = { workspace = true }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]