| Crates.io | apksig |
| lib.rs | apksig |
| version | 0.4.0 |
| created_at | 2025-01-24 15:41:04.842012+00 |
| updated_at | 2025-12-02 03:00:58.577769+00 |
| description | Decoding the APK Signing Block |
| homepage | |
| repository | https://github.com/Its-Just-Nans/apksig |
| max_upload_size | |
| id | 1529547 |
| size | 130,214 |
For rust usage, see https://docs.rs/apksig or ./tests for examples.
cargo install apksig
# then use with
apksig myapp.apk
To use apksign without dependencies, or only with useful dependencies for your use case, you can disable features.
[dependencies]
apksig = { version = "xx", default-features = false } # you want nothing
# or if you want only some features
apksig = { version = "xx", default-features = false, features = ["serde", "hash"] }
See ./Cargo.toml for all available features and documentation.
Coverage is available at https://n4n5.dev/apksig/coverage/.