[[bin]]
name = "apksig"
path = "src/main.rs"
[dependencies.md5]
optional = true
version = "0.7.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.217"
[dependencies.sha1]
optional = true
version = "0.10.6"
[dependencies.sha2]
optional = true
version = "0.10.8"
[dependencies.x509-parser]
optional = true
version = "0.17.0"
[features]
certificate = ["dep:x509-parser"]
default = ["directprint", "serde", "certificate", "hash"]
directprint = []
hash = ["dep:md5", "dep:sha1", "dep:sha2"]
serde = ["dep:serde"]
traceback = []
[lib]
name = "apksig"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities"]
description = "Decoding the APK Signing Block"
documentation = "https://docs.rs/apksig"
edition = "2021"
keywords = ["apk", "android", "signing", "signature", "apksig"]
license = "MIT"
name = "apksig"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/apksig"
version = "0.2.2"
[[test]]
name = "raw_signing_block_v2"
path = "tests/raw_signing_block_v2.rs"
[[test]]
name = "signing_block_v2"
path = "tests/signing_block_v2.rs"
[[test]]
name = "signing_block_v3"
path = "tests/signing_block_v3.rs"
[[test]]
name = "test_certificate"
path = "tests/test_certificate.rs"