# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "wallet-pass" version = "0.5.0" authors = ["Lars Westermann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build and sign passes for apple wallet" readme = "README.md" keywords = [ "apple", "pass", "wallet", "signpass", ] categories = [ "encoding", "command-line-interface", ] license = "MIT" repository = "https://github.com/pixix4/wallet-pass" [lib] name = "wallet_pass" path = "src/lib.rs" [[bin]] name = "signpass" path = "src/bin/signpass.rs" required-features = ["cli"] [dependencies.clap] version = "3.2.25" features = ["derive"] optional = true [dependencies.fs_extra] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.57" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tempfile] version = "3.8.0" [dependencies.walkdir] version = "2.4.0" [dependencies.zip] version = "0.6.6" features = ["deflate"] [features] cli = ["clap"]