tools_core 0.1.1

Core functionality and schema generation for the tools collection system
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.inventory]
version = "0.3.20"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time", "sync"]
version = "1.45.1"

[features]
default = []

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

[package]
authors = ["Tools-rs Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core functionality and schema generation for the tools collection system"
edition = "2024"
license = "MIT"
name = "tools_core"
readme = false
repository = "https://github.com/EggerMarc/toors"
resolver = "2"
rust-version = "1.85"
version = "0.1.1"