openfuse 0.3.16

The file protocol for AI agent context — sync, encrypt, sign
# 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 = "openfuse"
version = "0.3.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The file protocol for AI agent context — sync, encrypt, sign"
homepage = "https://github.com/openfused/openfused"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "context",
    "messaging",
    "llm",
]
license = "MIT"
repository = "https://github.com/openfused/openfused"

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

[dependencies.age]
version = "0.11"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.nanoid]
version = "0.4"

[dependencies.notify]
version = "7"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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