trait-kit 0.4.2

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 = "2024"
rust-version = "1.91"
name = "trait-kit"
version = "0.4.2"
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"
resolver = "2"

[features]
async = []
confers = [
    "dep:confers",
    "dep:serde",
    "dep:serde_json",
]
decorator = []
default = []
encryption = [
    "confers",
    "confers/encryption",
]
health = []
i18n = [
    "dep:icu",
    "dep:writeable",
    "dep:sys-locale",
]
interface = []
lifecycle = []
observer = []
reload = [
    "confers",
    "confers/watch",
]
scope = []
shutdown = []
toggle = []

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

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

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

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

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

[dependencies.icu]
version = "2.2"
optional = true

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

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

[dependencies.sys-locale]
version = "0.3"
optional = true

[dependencies.writeable]
version = "0.6"
optional = true

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

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

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

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