claw-crypto-interface 0.3.0

Types and traits for the claw-crypto crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "claw-crypto-interface"
version = "0.3.0"
edition = "2021"
authors = ["taennan taennan.dev@protonmail.com"]
repository = "https://github.com/taennan/claw-crypto"
license = "MIT OR Apache-2.0"
description = "Types and traits for the claw-crypto crate"
categories = ["authentication", "algorithms", "cryptography"]
keywords = ["crypto"]

[dependencies]
chrono = { workspace = true }
mockall = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }