# 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] name = "hal-elements" version = "0.2.1" authors = ["Steven Roose "] description = "hal-elements: an Elements extension of hal" homepage = "https://github.com/stevenroose/hal-elements/" readme = "README.md" keywords = [ "crypto", "bitcoin", "elements", "liquid", ] license = "CC0-1.0" repository = "https://github.com/stevenroose/hal-elements/" [lib] name = "hal_elements" path = "src/lib.rs" [[bin]] name = "hal-elements" path = "src/bin/hal-elements/main.rs" [dependencies.clap] version = "2.32" [dependencies.elements] version = "0.21.1" features = ["serde"] [dependencies.fern] version = "0.5.6" [dependencies.hal] version = "0.9.0" [dependencies.hex] version = "0.3.2" [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1.0.84" features = ["derive"] [dependencies.serde_json] version = "1.0.34" [dependencies.serde_yaml] version = "0.8.8"