djinn 0.0.2

Local-first desktop resident composition for the Mere stack: identity, local sessions, personal sync, Knot, credential custody, and endpoint ownership.
# 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"
name = "djinn"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first desktop resident composition for the Mere stack: identity, local sessions, personal sync, Knot, credential custody, and endpoint ownership."
readme = "README.md"
keywords = [
    "local-first",
    "p2p",
    "resident",
    "identity",
    "djot",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/merely-made/mere"

[features]
default = ["personal-sync"]
personal-sync = []

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

[[bin]]
name = "djinn"
path = "src/bin/djinn.rs"
required-features = ["personal-sync"]

[dependencies.blake3]
version = "1"

[dependencies.castellan]
version = "0.0.3"
features = ["keeper"]

[dependencies.chirograph]
version = "0.0.2"

[dependencies.graphshell]
version = "0.0.2"
features = ["personal-sync"]

[dependencies.knot-editor]
version = "0.0.3"

[dependencies.mere-resident]
version = "0.0.1"

[dependencies.muniment]
version = "0.1.2"

[dependencies.pandect]
version = "0.1.1"

[dependencies.personae]
version = "0.2.1"
features = ["agent"]

[dependencies.sceno]
version = "0.0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.ssh-agent-lib]
version = "0.6"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.transport]
version = "0.0.2"
features = ["notochord"]
package = "mere-transport"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
    "v5",
]

[dependencies.zeroize]
version = "1"

[dev-dependencies.graphshell-endpoint]
version = "0.0.2"

[dev-dependencies.p2panda-core]
version = "0.7.0"

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

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