# 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 = "simple-crypto" version = "1.0.2" description = "A rust crate for simple/secure Cryptograhic Primitves" license = "BSD-3-Clause" repository = "https://github.com/CalebCouch/web5-rust.git" [dependencies.bitcoin] version = "0.32.2" features = ["serde"] [dependencies.bitcoin_hashes] version = "0.14.0" features = ["schemars"] [dependencies.ecies] version = "0.2.7" [dependencies.either] version = "1.13.0" features = ["serde"] [dependencies.erased-serde] version = "0.4.5" [dependencies.hex] version = "0.4.3" [dependencies.schemars] version = "0.8.21" features = ["either"] [dependencies.secp256k1] version = "0.29.0" features = [ "global-context", "serde", "rand-std", "alloc", "rand", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.11.0" [dependencies.thiserror] version = "1.0.64"