Docs.rs
  • verifiable-credential-toolkit-0.5.0
    • verifiable-credential-toolkit 0.5.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • A9-dev
    • Dependencies
      • base64 ^0.22.1 normal
      • chrono ^0.4.39 normal
      • clap ^4.5.27 normal
      • ed25519-dalek ^2.1.1 normal
      • getrandom ^0.2.15 normal
      • js-sys ^0.3.77 normal
      • jsonschema ^0.28.3 normal
      • rand ^0.8 normal
      • reqwest ^0.12.12 normal
      • serde ^1.0.217 normal
      • serde_json ^1.0.137 normal
      • serde_with ^3.12.0 normal
      • url ^2.5.4 normal
      • wasm-bindgen-test ^0.3.50 normal
      • reqwest ^0.12.12 normal
      • serde-wasm-bindgen ^0.6.5 normal
      • wasm-bindgen ^0.2 normal
    • Versions
    • 62.12% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

verifiable_credential_toolkit0.5.0

  • All Items

Crate Items

  • Structs
  • Enums
  • Functions

Crate verifiable_credential_toolkit

Source

Structs§

CredentialSchema
https://www.w3.org/TR/vc-data-model-2.0/#data-schemas
HolderObject
https://www.w3.org/TR/vc-data-model-2.0/#holder
IssuerObject
https://www.w3.org/TR/vc-data-model-2.0/#issuer
LanguageObject
https://www.w3.org/TR/vc-data-model-2.0/#language-and-base-direction
Proof
https://www.w3.org/TR/vc-data-integrity/#proofs
Status
https://www.w3.org/TR/vc-data-model-2.0/#status
UnsignedVerifiableCredential
A Verifiable Credential as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0 WITHOUT the proof
VerifiableCredential
A Verifiable Credential as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0, this adds the proof to the UnsignedVerifiableCredential struct
VerifiablePresentation
A Verifiable Presentation as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0/#verifiable-presentations

Enums§

Holder
https://www.w3.org/TR/vc-data-model-2.0/#holder
Issuer
https://www.w3.org/TR/vc-data-model-2.0/#issuer
LanguageValue
https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions

Functions§

generate_keypair
Generate a new Ed25519 keypair tuple. First is the signing key, second is the verifying key.