[lib]
name = "brbitcoin"
path = "src/lib.rs"
[package]
authors = ["Luca Oliveira <olivmath@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "A Bitcoin-related library providing cryptographic utilities"
documentation = "https://docs.rs/brbitcoin"
edition = "2021"
keywords = ["bitcoin", "cryptography", "blockchain"]
license = "MIT"
name = "brbitcoin"
readme = "README.md"
repository = "https://github.com/olivmath/brbitcoin"
version = "0.1.0"