# 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 = "solana-secp256k1-schnorr" version = "0.2.5" authors = ["Dean Little <@deanmlittle>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Secp256k1 Schnorr signatures in SVM" readme = "README.md" license = "MIT" [lib] name = "solana_secp256k1_schnorr" path = "src/lib.rs" [dependencies.solana-nostd-keccak] version = "0.1.3" optional = true [dependencies.solana-nostd-secp256k1-recover] version = "0.1.1" [dependencies.solana-nostd-sha256] version = "0.1.3" optional = true [dependencies.solana-secp256k1] version = "0.1.5" [dev-dependencies.hex] version = "0.4.3" [features] bip340 = ["solana-nostd-sha256"] default = [ "bip340", "keccak256", "sha256", "sign", ] keccak256 = ["solana-nostd-keccak"] sha256 = ["solana-nostd-sha256"] sign = []