[dependencies.bech32]
default-features = false
version = "0.9"
[dependencies.bitcoin]
default-features = false
version = "0.32.2"
[dependencies.hex-conservative]
default-features = false
version = "0.2"
[features]
_test_utils = []
[package]
authors = ["Matt Corallo"]
description = """
Basic types which are used in the lightning network
"""
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lightning-types"
repository = "https://github.com/lightningdevkit/rust-lightning/"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]