trait-kit 0.2.3

Module Standard Interface and Capability Management Center — A lightweight Rust library that provides a standard interface for module definition and Kit capability management.
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"
rust-version = "1.91"
name = "trait-kit"
version = "0.2.3"
authors = ["Kirky.X"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Module Standard Interface and Capability Management Center — A lightweight Rust library that provides a standard interface for module definition and Kit capability management."
readme = "README.md"
keywords = [
    "module",
    "trait",
    "capability",
    "kit",
    "interface",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Kirky-X/trait-kit.git"

[features]
async = []
confers = [
    "dep:confers",
    "dep:serde",
]
confers-macros = ["confers"]
default = []
encryption = [
    "hot-reload",
    "confers/encryption",
    "dep:serde",
    "dep:serde_json",
]
hot-reload = [
    "confers-macros",
    "confers/watch",
]

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

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

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

[dependencies.confers]
version = "0.4.0"
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.static_assertions]
version = "1"

[dev-dependencies.tokio]
version = "~1.52"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]
default-features = false

[dev-dependencies.trybuild]
version = "1"