qrcode2 0.17.2

A QR code encoding library
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 = "2024"
rust-version = "1.88.0"
name = "qrcode2"
version = "0.17.2"
build = false
include = [
    "/LICENSES",
    "/README.md",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A QR code encoding library"
documentation = "https://docs.rs/qrcode2"
readme = "README.md"
keywords = [
    "qrcode",
    "rmqr",
]
categories = [
    "encoding",
    "multimedia::images",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sorairolake/qrcode-rust2"

[features]
default = [
    "eps",
    "image",
    "pic",
    "std",
    "svg",
]
eps = []
image = [
    "dep:image",
    "std",
]
pic = []
std = []
svg = []

[lib]
name = "qrcode2"
path = "src/lib.rs"

[dependencies.image]
version = "0.25.9"
optional = true
default-features = false

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.clap]
version = "4.5.56"
features = ["derive"]

[dev-dependencies.csscolorparser]
version = "0.8.1"

[dev-dependencies.image]
version = "0.25.9"

[dev-dependencies.sha3]
version = "0.10.8"
default-features = false

[dev-dependencies.tempfile]
version = "3.24.0"

[lints.clippy]
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "deny"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1