# 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 = "apk" version = "0.4.0" description = "Library for creating and signing apks." license = "Apache-2.0 OR MIT" repository = "https://github.com/cloudpeers/x" resolver = "1" [dependencies.anyhow] version = "1.0.68" [dependencies.byteorder] version = "1.4.3" [dependencies.quick-xml] version = "0.26.0" features = ["serialize"] [dependencies.rasn] version = "0.6.1" [dependencies.rasn-pkix] version = "0.6.0" [dependencies.roxmltree] version = "0.16.0" [dependencies.rsa] version = "0.7.2" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.sha2] version = "0.10.6" features = ["oid"] [dependencies.tracing] version = "0.1.37" [dependencies.xcommon] version = "0.3.0" [dependencies.zip] version = "0.6.3" default-features = false [dev-dependencies.tracing-log] version = "0.1.3" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]