# 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 = "libecdsautil" version = "0.2.1" description = "Safe bindings to libecdsautil for ec25519 signing." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/AiyionPrime/libecdsautil.git" resolver = "2" [dependencies.crypto-bigint] version = "0.4" [dependencies.curve25519-dalek] version = "3" [dependencies.dalek-ff-group] version = "0.1.3" [dependencies.ff] version = "0.12" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.libecdsautil-sys] version = "0.1.0" [dependencies.subtle] version = "2.4.1" [dependencies.zeroize] version = ">=1, <1.4"