lc-tools 0.22.4

Built-in tools for langchainrust — Calculator, DateTime, URLFetch, etc.
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 = "2021"
rust-version = "1.85"
name = "lc-tools"
version = "0.22.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in tools for langchainrust — Calculator, DateTime, URLFetch, etc."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/atliliw/langchainrust"
resolver = "3"

[features]
browser-cdp = [
    "dep:futures-util",
    "dep:tokio-tungstenite",
]
default = []
sqlite-storage = ["rusqlite"]

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.lc-core]
version = "0.22.4"

[dependencies.lc-tools-derive]
version = "0.22.4"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
optional = true

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26"
features = [
    "connect",
    "handshake",
]
optional = true
default-features = false

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.tempfile]
version = "3.0"