# 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 = "fuqr" version = "1.0.0" build = false exclude = [ ".gitignore", "benches/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "feeling unemployed qr code generator" readme = "README.md" license = "MIT" repository = "https://github.com/zhengkyl/fuqr" [profile.release] lto = true [lib] name = "fuqr" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.js-sys] version = "0.3.69" optional = true [dependencies.resvg] version = "0.42.0" optional = true [dependencies.wasm-bindgen] version = "0.2.92" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.fast_qr] version = "0.12.5" [dev-dependencies.ffmpeg-next] version = "7.1.0" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.qrcode] version = "0.14.1" [features] default = [] svg = [] text = [] wasm = [ "dep:wasm-bindgen", "dep:wee_alloc", "dep:js-sys", "dep:console_error_panic_hook", ]