sa3p-host-impl 0.1.3

Local filesystem and terminal host backends for sa3p-engine.
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 = "sa3p-host-impl"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local filesystem and terminal host backends for sa3p-engine."
homepage = "https://github.com/ccheshirecat/sa3p"
documentation = "https://docs.rs/sa3p-host-impl"
readme = "README.md"
keywords = [
    "llm",
    "host",
    "terminal",
    "filesystem",
    "sa3p",
]
categories = [
    "development-tools",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/ccheshirecat/sa3p"
resolver = "2"

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

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

[dependencies.ignore]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.sa3p-engine]
version = "0.1.3"

[dependencies.sha2]
version = "0.10"

[dev-dependencies.sa3p-parser]
version = "0.1.3"

[dev-dependencies.sa3p-protocol]
version = "0.1.3"

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