2014-08-18 14:25:40 -05:00
|
|
|
[package]
|
|
|
|
name = "qrcode"
|
2014-11-28 15:52:55 -06:00
|
|
|
description = "QR code encoder in Rust"
|
|
|
|
license = "Apache-2.0"
|
2015-03-03 15:17:12 -06:00
|
|
|
version = "0.1.2"
|
2014-08-18 14:25:40 -05:00
|
|
|
authors = ["kennytm <kennytm@gmail.com>"]
|
2014-11-28 15:52:55 -06:00
|
|
|
keywords = ["qrcode"]
|
2014-11-28 16:00:46 -06:00
|
|
|
repository = "https://github.com/kennytm/qrcode-rust"
|
|
|
|
readme = "README.md"
|
2015-01-01 08:13:40 -06:00
|
|
|
documentation = "http://www.rust-ci.org/kennytm/qrcode-rust/doc/qrcode/index.html"
|