jks 0.3.3

Java KeyStore (JKS) and PKCS12 encoder/decoder for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "jks"
version = "0.3.3"
authors = ["agusibrahim <hi@agusibrahim.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Java KeyStore (JKS) and PKCS12 encoder/decoder for Rust"
homepage = "https://github.com/agusibrahim/jks"
readme = "README.md"
keywords = [
    "jks",
    "java",
    "keystore",
    "pkcs12",
    "certificate",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/agusibrahim/jks"

[features]
default = [
    "rand",
    "pkcs12",
]
pkcs12 = ["dep:p12-keystore"]
wasm = ["getrandom/js"]

[lib]
name = "jks"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "compare"
path = "examples/compare.rs"

[[example]]
name = "jks_to_pem"
path = "examples/jks_to_pem.rs"

[[example]]
name = "jks_to_pem_bundle"
path = "examples/jks_to_pem_bundle.rs"

[[example]]
name = "keypass"
path = "examples/keypass.rs"

[[example]]
name = "pem"
path = "examples/pem.rs"

[[example]]
name = "truststore"
path = "examples/truststore.rs"

[[example]]
name = "wasm-test"
crate-type = [
    "cdylib",
    "rlib",
]
path = "examples/wasm-test.rs"

[dependencies.asn1-rs]
version = "0.5"

[dependencies.getrandom]
version = "0.2"
optional = true

[dependencies.p12-keystore]
version = "0.3.0-rc1"
optional = true

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.der]
version = "0.7"

[dev-dependencies.pem]
version = "3.0"

[dev-dependencies.pkcs8]
version = "0.10"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.9"

[dev-dependencies.x509-cert]
version = "0.2"