ln-types 0.1.3

Common types related to Lightning Network
Documentation
[dependencies.bitcoin]
optional = true
version = "0.27.1"

[dependencies.bytes]
optional = true
version = "1.1.0"

[dependencies.parse_arg]
optional = true
version = "0.1.4"

[dependencies.postgres-types-real]
optional = true
package = "postgres-types"
version = "0.2.2"

[dependencies.secp256k1]
optional = true
version = "0.20.3"

[dependencies.serde]
optional = true
version = "1.0.130"

[dependencies.slog]
optional = true
version = "2.7.0"

[features]
postgres-types = ["postgres-types-real", "bytes"]

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["cryptography::cryptocurrencies", "encoding", "rust-patterns", "value-formatting"]
description = "Common types related to Lightning Network"
edition = "2018"
keywords = ["lightning", "network", "newtypes"]
license = "MITNFA"
name = "ln-types"
readme = "README.md"
repository = "https://github.com/Kixunil/ln-types"
version = "0.1.3"
[package.metadata.docs.rs]
features = ["serde", "secp256k1/bitcoin_hashes", "bitcoin/use-serde", "postgres-types", "parse_arg", "slog"]
rustc-args = ["--cfg", "docsrs"]