Paper wallet for Hush, which you can use with no internet access while wearing a tinfoil hat inside of a Faraday cage. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

62 lines
1.5 KiB

# 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.8.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.19"
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"