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.
 
 
 
 
 

68 lines
1.8 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 = "printpdf"
version = "0.3.4"
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
exclude = ["./assets/*", "./doc/*", "./examples/*"]
description = "Rust library for writing PDF files"
homepage = "https://github.com/fschutt/printpdf"
readme = "README.md"
keywords = ["pdf", "gui", "graphics", "wkhtmltopdf"]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/fschutt/printpdf"
[dependencies.image]
version = "0.23"
features = ["gif", "jpeg", "png", "pnm", "tiff", "bmp"]
optional = true
default-features = false
[dependencies.log]
version = "0.4.8"
optional = true
[dependencies.lopdf]
version = "0.26"
default-features = false
[dependencies.rusttype]
version = "0.8.2"
features = ["std"]
default-features = false
[dependencies.time]
version = "0.2.11"
features = ["std"]
default-features = false
[features]
clippy = []
dds = ["image/dds"]
default = ["embedded_images"]
dxt = ["image/dxt"]
embedded_images = ["image"]
hdr = ["image/hdr"]
ico = ["image/ico"]
jpeg_rayon = ["image/jpeg_rayon"]
less-optimization = []
logging = ["log"]
tga = ["image/tga"]
webp = ["image/webp"]
[target."cfg(all(target_arch=\"wasm32\",target_os=\"unknown\"))".dependencies.js-sys]
version = "0.3.40"
[badges.appveyor]
repository = "fschutt/printpdf"
[badges.travis-ci]
repository = "fschutt/printpdf"