[go: up one dir, main page]

hal 0.4.1

hal - the Bitcoin companion
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"
version = "0.4.1"
authors = ["Steven Roose <steven@stevenroose.org>"]
description = "hal - the Bitcoin companion"
homepage = "https://github.com/stevenroose/hal/"
readme = "README.md"
keywords = ["crypto", "bitcoin"]
license = "CC0-1.0"
repository = "https://github.com/stevenroose/hal/"

[lib]
name = "hal"
path = "src/lib.rs"

[[bin]]
name = "hal"
path = "src/bin/hal/main.rs"
[dependencies.base64]
version = "0.10.1"

[dependencies.bitcoin]
version = "0.19.1"
features = ["use-serde"]

[dependencies.byteorder]
version = "1.3.1"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.clap]
version = "2.32"

[dependencies.fern]
version = "0.5.6"

[dependencies.hex]
version = "0.3.2"

[dependencies.jobserver]
version = "0.1.11"

[dependencies.lightning-invoice]
version = "0.2.0"

[dependencies.log]
version = "0.4.5"

[dependencies.rand]
version = "0.4"

[dependencies.serde]
version = "1.0.84"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.34"

[dependencies.serde_yaml]
version = "0.8.8"

[dependencies.shell-escape]
version = "0.1.4"