# 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.71.1" name = "qrc" version = "0.0.5" authors = ["QRC Contributors"] exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] include = [ "../../LICENSE-APACHE", "../../LICENSE-MIT", "/benches/**", "/build.rs", "/Cargo.toml", "/examples/**", "/README.md", "/src/**", "/tests/**", ] description = """ A Rust library for generating and manipulating QR code images in various formats """ homepage = "https://qrclib.one" documentation = "https://docs.rs/qrc" readme = "README.md" keywords = [ "barcode", "mini-functions", "qr", "qrc", "qrcode", ] categories = [ "Algorithms", "Encoding", "Images", "Rendering", "Visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/qrc/" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true strip = false [lib] name = "qrc" crate-type = ["lib"] path = "src/lib.rs" plugin = false proc-macro = false required-features = [] [[bench]] name = "qrc" path = "benches/qrc.rs" plugin = false proc-macro = false harness = false required-features = [] [dependencies.flate2] version = "1.0.28" [dependencies.image] version = "0.24.7" [dependencies.qrcode] version = "0.13.0" features = ["svg"] optional = false default-features = false [dev-dependencies.criterion] version = "0.5.1" [features] default = []