tools_core 0.2.0

Core functionality and schema generation for the tools collection system
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.85"
name = "tools_core"
version = "0.2.0"
authors = ["Tools-rs Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality and schema generation for the tools collection system"
readme = false
license = "MIT"
repository = "https://github.com/EggerMarc/tools-rs"
resolver = "2"

[features]
default = []

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

[dependencies.futures]
version = "0.3.31"

[dependencies.inventory]
version = "0.3.20"

[dependencies.once_cell]
version = "1.21.3"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]