[dependencies.futures]
version = "0.3.31"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.45.1"
[lib]
name = "hookable"
path = "src/lib.rs"
[package]
authors = ["malezjaa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thread-safe hook system that allows registering and executing sync and async hooks."
edition = "2024"
license = "MIT"
name = "hookable"
readme = "README.md"
repository = "https://github.com/malezjaa/hookable"
version = "0.1.1"