btlv 0.2.0

Lightning Network BOLT TLV encoding, decoding, and struct mapping
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 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]
edition = "2021"
name = "btlv"
version = "0.2.0"
authors = ["Peter Neuroth <pet.v.ne@gmail.com>"]
build = false
exclude = [
    "tests/",
    ".github/",
    "*.log",
    "tmp/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightning Network BOLT TLV encoding, decoding, and struct mapping"
homepage = "https://github.com/nepet/btlv"
documentation = "https://github.com/nepet/btlv"
readme = "README.md"
keywords = [
    "lightning",
    "tlv",
    "bolt",
    "bitcoin",
    "encoding",
]
categories = [
    "encoding",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/nepet/btlv"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bigsize = []
default = ["serde"]
serde = ["dep:serde"]

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

[dependencies.hex]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"