authia 0.3.4

High-performance JWT verification library for Ed25519 using WebAssembly
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "authia"
version = "0.3.4"
authors = ["Taniyama2024"]
build = false
exclude = [
    "target/",
    "pkg/",
    "pkg-node/",
    "pkg-bundler/",
    "node_modules/",
    "*.log",
    "*.tgz",
    "internal-docs/",
    ".github/",
    ".vscode/",
    ".idea/",
    "examples/",
    "docs/",
    "scripts/",
    "types/",
    "tsconfig.json",
    "benches/",
    "package.json",
    "package-lock.json",
    ".npmignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance JWT verification library for Ed25519 using WebAssembly"
homepage = "https://github.com/Taniyama2024/authia"
documentation = "https://docs.rs/authia"
readme = "README.md"
keywords = [
    "jwt",
    "ed25519",
    "wasm",
    "authentication",
    "verification",
]
categories = [
    "authentication",
    "cryptography",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Taniyama2024/authia"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[lib]
name = "authia"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.ed25519-dalek]
version = "2.1"
features = ["serde"]

[dependencies.js-sys]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.subtle]
version = "2.5"

[dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true