qrcode-rust 0.1.3

Pure Rust QRCode generator
Documentation
# 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 = "qrcode-rust"
version = "0.1.3"
authors = ["veaba< Godpu@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust QRCode generator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/veaba/qrcodes"

[features]
default = []
image-support = ["image"]
serde-support = [
    "serde",
    "serde_json",
]

[lib]
name = "qrcode_rust"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bench]]
name = "comparison_bench"
path = "benches/comparison_bench.rs"
harness = false

[[bench]]
name = "qrcode_bench"
path = "benches/qrcode_bench.rs"
harness = false

[dependencies.image]
version = "0.24"
optional = true

[dependencies.qrcode-rust-shared]
version = "0.1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.qrcode-kennytm]
version = "0.14"
package = "qrcode"