lion-core 0.3.0

Lion microkernel — production types, state machine, and kernel API
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 = "lion-core"
version = "0.3.0"
authors = ["HaiyangLi <quantocean.li@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lion microkernel — production types, state machine, and kernel API"
homepage = "https://github.com/ohdearquant/LNkernel"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/ohdearquant/LNkernel"

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.hmac]
version = "0.12"

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

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.5"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(extract)"]