oint-keys 0.1.0

A Simple Standard Cryptography-Suite For Web 3.20, offering cryptographic abstraction (Generic Signing/Verifying, Generic Encryption) for various algorithms including post-quantum.
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 = "2024"
name = "oint-keys"
version = "0.1.0"
authors = [
    "silene",
    "SundialSource",
    "WeSpeakInCursive.xyz",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Simple Standard Cryptography-Suite For Web 3.20, offering cryptographic abstraction (Generic Signing/Verifying, Generic Encryption) for various algorithms including post-quantum."
homepage = "https://wespeakincursive.xyz"
readme = "README.md"
keywords = [
    "oint",
    "cryptography",
    "post-quantum",
    "standard",
    "openinternet",
]
categories = [
    "cryptography",
    "security",
    "authentication",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sileneundula/libslug20/tree/master/oint-keys"

[lib]
name = "oint_keys"
path = "src/lib.rs"

[[example]]
name = "generate"
path = "examples/generate.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.fixedstr]
version = "0.5.10"
features = [
    "serde",
    "pub-tstr",
]

[dependencies.libslug]
version = "0.9.3"

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

[dependencies.zeroize]
version = "1.8.2"
features = ["derive"]