# 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" rust-version = "1.68" name = "bbqr" version = "0.3.4" authors = [ "Satoshi Portal Developers ", "Praveen Perera ", "ishi ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementaion of the bbqr spec in rust" homepage = "https://github.com/SatoshiPortal/bbqr-rust" documentation = "https://docs.rs/bbqr" readme = "README.md" keywords = [ "BBQr", "coinkite", "QR", ] license = "MIT" repository = "https://github.com/SatoshiPortal/bbqr-rust" [profile.dist] lto = "thin" inherits = "release" [lib] name = "bbqr" crate_type = [ "cdylib", "rlib", "staticlib", ] path = "src/lib.rs" [[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" [dependencies.data-encoding] version = "2.6.0" [dependencies.fast_qr] version = "0.12.5" features = ["svg"] optional = true [dependencies.flate2] version = "1.0" features = [ "any_zlib", "zlib", ] default-features = false [dependencies.log] version = "0.4.21" [dependencies.radix_fmt] version = "1.0.0" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [features] default = ["qr-codes"] qr-codes = ["fast_qr"]