98 lines
2.1 KiB
TOML
98 lines
2.1 KiB
TOML
# 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"
|
|
rust-version = "1.81.0"
|
|
name = "solana-keypair"
|
|
version = "3.1.2"
|
|
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Concrete implementation of a Solana `Signer`."
|
|
homepage = "https://anza.xyz/"
|
|
documentation = "https://docs.rs/solana-keypair"
|
|
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]
|
|
seed-derivable = [
|
|
"dep:solana-derivation-path",
|
|
"dep:solana-seed-derivable",
|
|
"dep:ed25519-dalek-bip32",
|
|
]
|
|
|
|
[lib]
|
|
name = "solana_keypair"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.ed25519-dalek]
|
|
version = "2.1.1"
|
|
features = ["rand_core"]
|
|
|
|
[dependencies.ed25519-dalek-bip32]
|
|
version = "0.3.0"
|
|
optional = true
|
|
|
|
[dependencies.five8]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.five8_core]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.rand]
|
|
version = "0.9.2"
|
|
|
|
[dependencies.solana-address]
|
|
version = "2.2.0"
|
|
features = ["decode"]
|
|
|
|
[dependencies.solana-derivation-path]
|
|
version = "3.0.0"
|
|
optional = true
|
|
|
|
[dependencies.solana-seed-derivable]
|
|
version = "3.0.0"
|
|
optional = true
|
|
|
|
[dependencies.solana-seed-phrase]
|
|
version = "3.0.0"
|
|
|
|
[dependencies.solana-signature]
|
|
version = "3.3.0"
|
|
features = [
|
|
"std",
|
|
"verify",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.solana-signer]
|
|
version = "3.0.0"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0.139"
|
|
|
|
[dev-dependencies.static_assertions]
|
|
version = "1.1.0"
|
|
|
|
[dev-dependencies.tiny-bip39]
|
|
version = "2.0.0"
|