tools-rs 0.3.2

Core functionality for the tools-rs tool 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"
name = "tools-rs"
version = "0.3.2"
authors = ["Tools-rs Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality for the tools-rs tool collection system"
readme = "README.md"
license = "MIT"
resolver = "2"

[features]
default = []
js = ["tools_core/js"]
lua = ["tools_core/lua"]
python = ["tools_core/python"]

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

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

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

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

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

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

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

[dependencies.inventory]
version = "0.3.20"

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tools_core]
version = "0.3.2"

[dependencies.tools_macros]
version = "0.3.0"