# 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 = "msix" version = "0.4.0" description = "Library for creating and signing msix packages." license = "Apache-2.0 OR MIT" repository = "https://github.com/cloudpeers/x" resolver = "1" [dependencies.anyhow] version = "1.0.68" [dependencies.base64] version = "0.20.0" [dependencies.byteorder] version = "1.4.3" [dependencies.mime_guess] version = "2.0.4" [dependencies.quick-xml] version = "0.26.0" features = ["serialize"] [dependencies.rasn] version = "0.6.1" [dependencies.rasn-cms] version = "0.6.0" [dependencies.rasn-pkix] version = "0.6.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.xcommon] version = "0.3.0" [dependencies.zip] version = "0.6.3" default-features = false [dev-dependencies.der-parser] version = "8.1.0" [dev-dependencies.rsa] version = "0.7.2"