# 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" rust-version = "1.48" name = "revault_tx" version = "0.5.0" authors = ["Antoine Poinsot "] exclude = [ ".github/", "fuzz", ] description = "Bitcoin Script descriptors and transactions creation routines for Revault" keywords = [ "revault", "bitcoin", "vault", ] license-file = "LICENCE" repository = "https://github.com/revault/revault_tx" [dependencies.base64] version = "0.13" [dependencies.bitcoinconsensus] version = "0.19.0-2" [dependencies.fastrand] version = "1.4.0" optional = true [dependencies.miniscript] version = "6.0.0" features = ["compiler"] [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.fastrand] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0" [features] fuzz = [ "fastrand", "serde_json", ] use-serde = ["serde"]