bbqr 0.3.5

Implementaion of the bbqr spec in rust
Documentation
[dependencies.data-encoding]
version = "2.6.0"

[dependencies.fast_qr]
features = ["svg"]
optional = true
version = "0.12.5"

[dependencies.flate2]
default-features = false
features = ["any_zlib", "zlib-rs"]
version = "1.0"

[dependencies.log]
version = "0.4.21"

[dependencies.radix_fmt]
version = "1.0.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.9"

[features]
default = ["qr-codes"]
qr-codes = ["fast_qr"]

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "bbqr"
path = "src/lib.rs"

[package]
authors = ["Satoshi Portal Developers <contact@bullbitcoin.com>", "Praveen Perera <praveen@avencera.com>", "ishi <vishalmenon.92@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementaion of the bbqr spec in rust"
documentation = "https://docs.rs/bbqr"
edition = "2021"
homepage = "https://github.com/SatoshiPortal/bbqr-rust"
keywords = ["BBQr", "coinkite", "QR"]
license = "MIT"
name = "bbqr"
readme = "README.md"
repository = "https://github.com/SatoshiPortal/bbqr-rust"
rust-version = "1.68"
version = "0.3.5"

[profile.dist]
inherits = "release"
lto = "thin"

[[test]]
name = "join_test"
path = "tests/join_test.rs"

[[test]]
name = "split_and_join_loop_back_test"
path = "tests/split_and_join_loop_back_test.rs"

[[test]]
name = "split_test"
path = "tests/split_test.rs"