apksig-0.2.5 has been yanked.
apksig

- https://docs.rs/apksig - documentation
- https://n4n5.dev/apksig/ - online demo
- https://github.com/Its-Just-Nans/apksig - repository
Usage
For rust usage, see ./tests for examples.
Rust features
To use apksign without dependencies, or only with useful dependencies for your use case, you can disable features.
[]
= { = "0.1", = false } # you want nothing
# or
= { = "0.1", = false, = ["serde", "hash"] } # you want only some features
See ./Cargo.toml for all available features and documentation.