krilla-rxing 0.1.1

Render barcodes (QR Codes, Aztec, Data Matrix, etc) using rxing into a krilla Surface (PDF)
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 = "krilla-rxing"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render barcodes (QR Codes, Aztec, Data Matrix, etc) using rxing into a krilla Surface (PDF)"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://codeberg.org/msrd0/krilla-rxing"
resolver = "3"

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

[dependencies.krilla]
version = "0.6"
default-features = false

[dependencies.rxing]
version = "0.8"
default-features = false

[lints.clippy]
large_enum_variant = "allow"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
tabs_in_doc_comments = "allow"

[lints.rust]
elided_lifetimes_in_paths = "forbid"
type_alias_bounds = "allow"
unsafe_code = "forbid"