[package] name = "SilentDragonPaper" version = "0.2.0" authors = [ "ZecWallet", "The Hush developers" ] edition = "2018" [patch.crates-io] aes = { path = "vendor/aes-0.2.0" } aes-soft = { path = "vendor/aes-soft" } aesni = { path = "vendor/aesni" } block-cipher-trait = { path = "vendor/block-cipher-trait" } crypto-mac = { path = "vendor/crypto-mac-0.4.0" } hmac = { path = "vendor/hmac-0.4.2" } stream-cipher = { path = "vendor/stream-cipher" } zcash_primitives = { path = "vendor/zcash_primitives" } [dependencies] clap = "2.33.0" silentdragonpaper = { path = "../lib" } json = "0.11.14" printpdf = "0.3.2"