qrcode 0.6.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "qrcode"
version = "0.6.0"
authors = ["kennytm <kennytm@gmail.com>"]
exclude = [".travis.yml", ".gitignore", "test-data/**"]
description = "QR code encoder in Rust"
documentation = "http://docs.rs/qrcode"
readme = "README.md"
keywords = ["qrcode"]
license = "MIT / Apache-2.0"
repository = "https://github.com/kennytm/qrcode-rust"

[[bin]]
name = "qrencode"

[[example]]
name = "encode_image"
required-features = ["image"]

[[example]]
name = "encode_string"

[[example]]
name = "encode_svg"
required-features = ["svg"]
[dependencies.checked_int_cast]
version = "1"

[dependencies.image]
version = "0.18"
optional = true

[features]
bench = []
default = ["image", "svg"]
svg = []
[badges.coveralls]
repository = "kennytm/qrcode-rust"

[badges.is-it-maintained-issue-resolution]
repository = "kennytm/qrcode-rust"

[badges.is-it-maintained-open-issues]
repository = "kennytm/qrcode-rust"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "kennytm/qrcode-rust"