# 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 = "qrrs" version = "0.1.10" authors = ["Lenivaya "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "CLI QR code generator and reader" homepage = "https://github.com/Lenivaya/qrrs" readme = "README.md" keywords = [ "cli", "qrcode", "qr", "decoder", "parser", ] categories = [ "command-line-utilities", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/Lenivaya/qrrs" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 panic = "unwind" [profile.release.package."*"] opt-level = "z" codegen-units = 1 [lib] name = "qrrs" path = "src/lib.rs" [[bin]] name = "qrrs" path = "src/main.rs" [[test]] name = "test_bin" path = "tests/test_bin.rs" [[test]] name = "test_common" path = "tests/test_common.rs" [[test]] name = "test_lib" path = "tests/test_lib.rs" [dependencies.clap] version = "4.5.15" features = [ "derive", "cargo", "unicode", "wrap_help", ] [dependencies.clap_complete] version = "4.5.16" [dependencies.image] version = "0.25.2" default-features = true [dependencies.qrcode] version = "0.14.0" [dependencies.resvg] version = "0.43.0" default-features = false [dependencies.rqrr] version = "0.7.1" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.clap] version = "4.5.11" features = [ "derive", "cargo", "unicode", "wrap_help", ] [build-dependencies.clap_complete] version = "4.5.16" [build-dependencies.clap_mangen] version = "0.2.23" [build-dependencies.roff] version = "0.2.2"