[dependencies.bytemuck]
features = ["derive"]
version = "1.19.0"
[dependencies.solana-feature-set]
version = "=2.1.2"
[dependencies.solana-precompile-error]
version = "=2.1.2"
[dependencies.solana-pubkey]
default-features = false
version = "=2.1.2"
[dev-dependencies.solana-logger]
version = "=2.1.2"
[features]
default = []
openssl-vendored = ["openssl/vendored"]
[lib]
name = "solana_secp256r1_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 = "Precompile implementation for the secp256r1 elliptic curve."
documentation = "https://docs.rs/solana-secp256r1"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-secp256r1-program"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "solana")))'.dependencies.openssl]
version = "0.10"
[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "solana")))'.dependencies.solana-instruction]
default-features = false
features = ["std"]
version = "=2.1.2"