packset-daemon 0.9.18

The loopback pack writer: one process, every client
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.88"
name = "packset-daemon"
version = "0.9.18"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The loopback pack writer: one process, every client"
homepage = "https://leidarljos.github.io/packset/"
readme = false
license = "MIT"
repository = "https://github.com/leidarljos/packset"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/packset-v{ version }-{ target }.tar.gz"
bin-dir = "packset-v{ version }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

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

[[bin]]
name = "packsetd"
path = "src/main.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "dump_store"
path = "examples/dump_store.rs"

[[example]]
name = "forgetting"
path = "examples/forgetting.rs"

[[example]]
name = "hammer"
path = "examples/hammer.rs"

[[example]]
name = "locomo"
path = "examples/locomo.rs"

[[example]]
name = "locomo_dump"
path = "examples/locomo_dump.rs"

[[example]]
name = "longmemeval"
path = "examples/longmemeval.rs"

[[example]]
name = "memoryagentbench"
path = "examples/memoryagentbench.rs"

[[example]]
name = "paper_a_benches"
path = "examples/paper_a_benches.rs"

[[example]]
name = "paper_a_live"
path = "examples/paper_a_live.rs"

[[example]]
name = "write_store"
path = "examples/write_store.rs"

[dependencies.anyhow]
version = "1"

[dependencies.heed]
version = "0.20"

[dependencies.indexmap]
version = "2"

[dependencies.packset-core]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.tiny_http]
version = "0.12"

[dev-dependencies.packset-client]
version = "0.9.0"

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

[dev-dependencies.ureq]
version = "2"
features = ["json"]
default-features = false