# 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 = "bitsplain" version = "0.1.0-alpha.1" description = "Bitsplain helps understand Bitcoin-related binary data" readme = "README.md" keywords = [ "bitcoin", "binary", "parsing", ] license = "Apache-2.0 OR MIT" repository = "https://jirijakes.com/code/bitsplain" resolver = "1" [dependencies.base64] version = "0.21.0" [dependencies.bech32] version = "0.9.1" [dependencies.bitcoin] version = "0.29.2" [dependencies.bytes] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.inventory] version = "0.3.3" [dependencies.lightning] version = "0.0.113" [dependencies.nom] version = "7.1.3" [dependencies.rust_decimal] version = "1.27.0" [dependencies.time] version = "0.3.17" features = ["formatting"]