# 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" version = "0.1.5" authors = ["Dean Little <@deanmlittle>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient, SVM-friendly implementations of common Secp256k1 functions" readme = "README.md" license = "MIT" [lib] name = "solana_secp256k1" path = "src/lib.rs" [dependencies.dashu] version = "0.4.2" [dependencies.solana-nostd-big-mod-exp] version = "0.1.3" optional = true [dependencies.solana-nostd-secp256k1-recover] version = "0.1.1" [dev-dependencies.hex] version = "0.4.3" [features] big-mod-exp = ["solana-nostd-big-mod-exp"] default = []