# 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 = "2021" name = "passes" version = "1.0.1" authors = ["Mark Vodyanitskiy "] include = [ "src/", "LICENSE", "README.md", ] description = "Rust library for generate Apple Wallet Passes for iOS, WatchOS, MacOS." documentation = "https://docs.rs/passes/latest/passes/" readme = "README.md" keywords = [ "passkit", "wallet", "apple", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/mvodya/passes-rs" [dependencies.chrono] version = "0.4.34" [dependencies.hex] version = "0.4.3" [dependencies.is_empty] version = "0.2.0" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.zip] version = "0.6.6"