# 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 = "2018" rust-version = "1.66.0" name = "serde_bolt" version = "0.4.1" description = "Bitcoin Lightning BOLT-style message serializer / deserializer" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/serde-bolt" [dependencies.bitcoin] version = "0.30" default-features = false [dependencies.bitcoin-consensus-derive] version = "0.1.0" [dependencies.chunked-buffer] version = "0.2.0" [dependencies.core2] version = "0.3.0" optional = true default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [features] default = ["std"] no-std = [ "core2/alloc", "bitcoin/no-std", ] std = ["bitcoin/std"] test_utils = []