qrcode-rust/Cargo.toml
2016-06-08 01:05:06 +08:00

25 lines
527 B
TOML

[package]
name = "qrcode"
description = "QR code encoder in Rust"
license = "MIT / Apache-2.0"
version = "0.2.0"
authors = ["kennytm <kennytm@gmail.com>"]
keywords = ["qrcode"]
repository = "https://github.com/kennytm/qrcode-rust"
readme = "README.md"
documentation = "http://kennytm.github.io/qrcode-rust/"
exclude = [
".travis.yml", ".gitignore", "update_doc.sh"
]
[dependencies]
num-traits = "0.1.32"
image = { version = "0.10.0", optional = true }
[features]
default = ["image"]
bench = []
[[bin]]
name = "qrencode"