[package]
edition = "2021"
name = "claw-crypto-interface"
version = "0.3.0"
authors = ["taennan taennan.dev@protonmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and traits for the claw-crypto crate"
readme = "README.md"
keywords = ["crypto"]
categories = [
"authentication",
"algorithms",
"cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/taennan/claw-crypto"
[lib]
name = "claw_crypto_interface"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.39"
features = [
"now",
"serde",
]
[dependencies.mockall]
version = "0.13.0"
[dependencies.serde]
version = "1.0.210"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.134"