tinyqr 0.14.1

QR code encoder in Rust
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.89.0"
name = "tinyqr"
version = "0.14.1"
authors = ["@orsinium"]
build = false
exclude = [
    ".travis.yml",
    ".gitignore",
    "test-data/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QR code encoder in Rust"
readme = "README.md"
keywords = ["qrcode"]
categories = [
    "encoding",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orsinium-labs/tinyqr"

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

[[example]]
name = "encode_string"
path = "examples/encode_string.rs"