# 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 = "2018" name = "sphinx-auther" version = "0.1.12" authors = ["Evan Feenstra "] description = "secp256k1 signature-based authentication for sphinx chat" license = "MIT" repository = "https://github.com/stakwork/sphinx-rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.secp256k1] version = "0.24.0" features = [ "std", "rand-std", "lowmemory", "bitcoin_hashes", ] [features] default = [ "no-std", "secp-recovery", "secp-lowmemory", ] no-std = ["secp256k1/alloc"] rand = ["secp256k1/rand-std"] secp-lowmemory = ["secp256k1/lowmemory"] secp-recovery = ["secp256k1/recovery"]