harness-read 0.1.1

Read tool for AI agent harnesses — filesystem read with pagination, binary sniff, directory listing, attachment shape, NOT_FOUND fuzzy siblings
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.75"
name = "harness-read"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read tool for AI agent harnesses — filesystem read with pagination, binary sniff, directory listing, attachment shape, NOT_FOUND fuzzy siblings"
homepage = "https://github.com/avifenesh/tools/tree/main/crates/read#readme"
documentation = "https://docs.rs/harness-read"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "filesystem",
    "tool-use",
]
categories = [
    "api-bindings",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/avifenesh/tools"

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

[[bin]]
name = "harness-read-cli"
path = "src/bin/cli.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.harness-core]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-std",
    "io-util",
    "process",
    "signal",
    "sync",
    "time",
    "rt",
    "rt-multi-thread",
    "macros",
    "io-std",
    "io-util",
    "fs",
]

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