lib-q-types 0.0.4

Algorithm identifiers and categories shared across lib-Q crates
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"
rust-version = "1.94.1"
name = "lib-q-types"
version = "0.0.4"
authors = [
    "Enkom Tech",
    "Nexlab-One",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithm identifiers and categories shared across lib-Q crates"
readme = "README.md"
keywords = [
    "cryptography",
    "post-quantum",
]
categories = [
    "cryptography",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/Enkom-Tech/libQ"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]
wasm = [
    "dep:wasm-bindgen",
    "serde",
]

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true
default-features = false

[dependencies.wasm-bindgen]
version = "0.2.122"
features = ["serde-serialize"]
optional = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(hax)",
    "cfg(eurydice)",
    "cfg(doc_cfg)",
]