minijks 0.1.0

Small library for parsing JKS in old format (not PKCS#12)
Documentation
[dependencies.x509-certificate]
version = "0.24.0"

[lib]
name = "minijks"
path = "src/lib.rs"

[package]
authors = ["Dmitry Ulyanov <sillent1987@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "Small library for parsing JKS in old format (not PKCS#12)"
edition = "2021"
exclude = ["examples/*"]
keywords = ["JKS", "cryptography", "keystore"]
license = "MIT OR Apache-2.0"
name = "minijks"
readme = "README.md"
repository = "https://github.com/sillent/minijks"
version = "0.1.0"