[package]
edition = "2024"
name = "web-eid"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web eID client for authentication and signing"
homepage = "https://github.com/takakv/web-eid"
readme = "README.md"
keywords = [
"webeid",
"web-eid",
"esteid",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/takakv/web-eid"
[lib]
name = "web_eid"
path = "src/lib.rs"
[dependencies]