| Crates.io | tpksig |
| lib.rs | tpksig |
| version | 0.2.3 |
| created_at | 2025-11-28 07:14:02.410871+00 |
| updated_at | 2025-12-02 09:12:09.547952+00 |
| description | Decoding the TPK Signing Block |
| homepage | |
| repository | https://github.com/llp/tpksig |
| max_upload_size | |
| id | 1954934 |
| size | 141,556 |
cargo install tpksig
# then use with
tpksig myapp.tpk
To use tpksign without dependencies, or only with useful dependencies for your use case, you can disable features.
[dependencies]
tpksig = { version = "xx", default-features = false } # you want nothing
# or if you want only some features
tpksig = { version = "xx", default-features = false, features = ["serde", "hash"] }
See ./Cargo.toml for all available features and documentation.