jpki

Crates.iojpki
lib.rsjpki
version0.4.3
sourcesrc
created_at2021-11-17 10:27:41.987952
updated_at2023-10-21 02:25:16.018517
descriptionRead certificates, sign and verify documents using your JPKI card.
homepagehttps://github.com/siketyan/jpki-rs
repositoryhttps://github.com/siketyan/jpki-rs.git
max_upload_size
id483255
size27,397
Natsuki Ikeguchi (siketyan)

documentation

README

jpki-rs

crates.io docs Rust

Read certificates, sign and verify documents using your JPKI card.

💻 Supported Platforms

These targets are tested continuously:

  • x86_64-pc-windows-msvc
  • x86_64-apple-darwin
  • aarch64-apple-darwin
  • x86_64-unknown-linux-gnu
  • aarch64-linux-android
  • armv7-linux-androideabi

Since this crate is fully cross-platform, we are welcome to add a new platform to this list :)

📦 Getting Started

Add to your Cargo.toml as a dependency as follows:

[dependencies]
jpki = "0.4"

✨ Features

  • pcsc: PC/SC support for communicating with your cards (non-default).
  • tracing: Logging feature on tracing ecosystem (non-default).

💚 Example

See jpki-cli for an example usage of this crate.

🔗 References

Commit count: 231

cargo fmt