kindling-client 0.3.0

Daemon-backed Rust SDK for kindling, a local-first memory engine for AI-assisted development.
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 = "kindling-client"
version = "0.3.0"
authors = ["aneki <josh@eddacraft.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon-backed Rust SDK for kindling, a local-first memory engine for AI-assisted development."
homepage = "https://docs.eddacraft.ai/kindling/overview"
documentation = "https://docs.rs/kindling-client"
readme = "README.md"
keywords = [
    "memory",
    "ai",
    "context",
    "sdk",
    "agent",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/eddacraft/kindling"

[package.metadata.docs.rs]
all-features = true

[features]
spool = [
    "dep:uuid",
    "tokio/sync",
]

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

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

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

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

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

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "client",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "client",
    "http1",
    "tokio",
]

[dependencies.kindling-types]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "net",
    "time",
    "process",
]

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

[dev-dependencies.kindling-server]
version = "0.3.0"

[dev-dependencies.kindling-store]
version = "0.3.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"