mixtape-tools 0.4.0

Ready-to-use tool implementations for the mixtape agent framework
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"
name = "mixtape-tools"
version = "0.4.0"
build = false
exclude = [
    ".cargo-husky/",
    ".claude/",
    ".github/",
    ".idea/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ready-to-use tool implementations for the mixtape agent framework"
homepage = "https://github.com/adlio/mixtape"
documentation = "https://docs.rs/mixtape-tools"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "tools",
    "filesystem",
    "llm",
]
categories = [
    "development-tools",
    "filesystem",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/adlio/mixtape"

[features]
aws = []
default = [
    "filesystem",
    "process",
    "edit",
    "search",
    "fetch",
    "aws",
    "sqlite",
]
edit = []
fetch = []
filesystem = []
process = []
search = []
sqlite = [
    "dep:rusqlite",
    "dep:base64",
    "dep:sha2",
    "dep:hex",
]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.aws-config]
version = "1.5"
features = ["behavior-version-latest"]

[dependencies.aws-credential-types]
version = "1.2"

[dependencies.aws-sigv4]
version = "1.2"

[dependencies.aws-smithy-runtime-api]
version = "1.7"
features = [
    "client",
    "http-1x",
]

[dependencies.aws-types]
version = "1.3"

[dependencies.base64]
version = "0.22"
optional = true

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

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.html2md]
version = "0.2"

[dependencies.http]
version = "1.1"

[dependencies.ignore]
version = "0.4"

[dependencies.infer]
version = "0.16"

[dependencies.lazy_static]
version = "1.5"

[dependencies.mime_guess]
version = "2.0"

[dependencies.mixtape-core]
version = "0.4.0"

[dependencies.readability-rust]
version = "0.1"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.robotstxt]
version = "0.3"

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

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.strsim]
version = "0.11"

[dependencies.sysinfo]
version = "0.31"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.url]
version = "2.5"

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

[dev-dependencies.wiremock]
version = "0.6"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]