# 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 = "bitcoin-serai" version = "0.3.0" authors = [ "Luke Parker ", "Vrx ", ] description = "A Bitcoin library for FROST-signing transactions" readme = "README.md" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/coins/bitcoin" [dependencies.bitcoin] version = "0.30" features = ["serde"] [dependencies.frost] version = "0.8" features = ["secp256k1"] package = "modular-frost" [dependencies.hex] version = "0.4" [dependencies.k256] version = "^0.13.1" features = [ "std", "arithmetic", "bits", ] default-features = false [dependencies.lazy_static] version = "1" [dependencies.rand_core] version = "0.6" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.secp256k1] version = "0.27" features = ["global-context"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.transcript] version = "0.3" features = ["recommended"] package = "flexible-transcript" [dependencies.zeroize] version = "^1.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] hazmat = []