hal-elements 0.1.0

hal-elements: an Elements extension of hal
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hal-elements"
version = "0.1.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
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.bitcoin]
version = "0.17.1"
features = ["serde-decimal"]

[dependencies.bitcoin_hashes]
version = "0.3.0"

[dependencies.clap]
version = "2.32"

[dependencies.elements]
version = "0.6.0"
features = ["serde-feature"]

[dependencies.fern]
version = "0.5.6"

[dependencies.hal]
version = "0.1.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"