bolt11 0.1.0

Lightning Network BOLT11 Implementation (Payment Requests)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bolt11"
version = "0.1.0"
authors = ["Johann Ortiz <johann@stampery.com>"]
description = "Lightning Network BOLT11 Implementation (Payment Requests)"
readme = "README.md"
keywords = ["bolt11", "bitcoin", "lightning", "invoice", "payment"]
license = "MIT"
repository = "https://github.com/kronolynx/bolt11-rust"
[dependencies.base58check]
version = "0.0.1"

[dependencies.bitcoin-bech32]
version = "0.3.1"

[dependencies.byteorder]
version = "1.2.1"

[dependencies.hex]
version = "0.3.1"

[dependencies.itertools]
version = "0.7.6"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libsecp256k1]
version = "0.1.13"

[dependencies.num]
version = "0.1.41"

[dependencies.rust-crypto]
version = "0.2.36"