24 lines
893 B
TOML
24 lines
893 B
TOML
# 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]
|
|
name = "qrcodegen"
|
|
version = "1.8.0"
|
|
authors = ["Project Nayuki"]
|
|
exclude = ["examples/*"]
|
|
description = "High-quality QR Code generator library"
|
|
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
|
|
readme = "Readme.markdown"
|
|
keywords = ["qr-code", "barcode", "encoder", "image"]
|
|
categories = ["encoding", "multimedia::images"]
|
|
license = "MIT"
|
|
repository = "https://github.com/nayuki/QR-Code-generator"
|