faculties 0.16.0

An office suite for AI agents: kanban, wiki, files, messaging, and a GORBIE-backed viewer — all persisted in a TribleSpace pile.
# 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 = "faculties"
version = "0.16.0"
authors = ["Jan-Paul Bultmann <jp@bultmann.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An office suite for AI agents: kanban, wiki, files, messaging, and a GORBIE-backed viewer — all persisted in a TribleSpace pile."
homepage = "https://github.com/triblespace/faculties"
readme = "README.md"
keywords = [
    "triblespace",
    "ai-agent",
    "kanban",
    "wiki",
    "notebook",
]
categories = [
    "command-line-utilities",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/triblespace/faculties"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
widgets = [
    "dep:GORBIE",
    "dep:egui",
    "dep:cubecl",
]

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

[[bin]]
name = "archive"
path = "src/bin/archive.rs"

[[bin]]
name = "atlas"
path = "src/bin/atlas.rs"

[[bin]]
name = "compass"
path = "src/bin/compass.rs"

[[bin]]
name = "decide"
path = "src/bin/decide.rs"

[[bin]]
name = "discord"
path = "src/bin/discord.rs"

[[bin]]
name = "faculties-viewer"
path = "src/bin/faculties-viewer.rs"
required-features = ["widgets"]

[[bin]]
name = "files"
path = "src/bin/files.rs"

[[bin]]
name = "gauge"
path = "src/bin/gauge.rs"

[[bin]]
name = "headspace"
path = "src/bin/headspace.rs"

[[bin]]
name = "local_messages"
path = "src/bin/local_messages.rs"

[[bin]]
name = "mail"
path = "src/bin/mail.rs"

[[bin]]
name = "memory"
path = "src/bin/memory.rs"

[[bin]]
name = "orient"
path = "src/bin/orient.rs"

[[bin]]
name = "patience"
path = "src/bin/patience.rs"

[[bin]]
name = "planner"
path = "src/bin/planner.rs"

[[bin]]
name = "reason"
path = "src/bin/reason.rs"

[[bin]]
name = "relations"
path = "src/bin/relations.rs"

[[bin]]
name = "teams"
path = "src/bin/teams.rs"

[[bin]]
name = "triage"
path = "src/bin/triage.rs"

[[bin]]
name = "web"
path = "src/bin/web.rs"

[[bin]]
name = "wiki"
path = "src/bin/wiki.rs"

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

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

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

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

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

[dependencies.GORBIE]
version = "0.15"
features = [
    "typst",
    "markdown",
]
optional = true
default-features = false

[dependencies.anybytes]
version = "0.20"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.chrono]
version = "0.4.39"
features = ["clock"]

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "env",
]

[dependencies.comemo]
version = "0.5.1"

[dependencies.cubecl]
version = "0.9.0"
features = [
    "wgpu",
    "std",
]
optional = true
default-features = false

[dependencies.dirs]
version = "5"

[dependencies.ed25519-dalek]
version = "2.1.1"

[dependencies.egui]
version = "0.34"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hifitime]
version = "4.2.3"

[dependencies.humantime]
version = "2.3.0"

[dependencies.ical]
version = "0.11"

[dependencies.itertools]
version = "0.14"

[dependencies.lettre]
version = "0.11"
features = [
    "smtp-transport",
    "rustls-tls",
    "builder",
]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.mailparse]
version = "0.16"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

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

[dependencies.rrule]
version = "0.14"

[dependencies.rust-pop3-client]
version = "0.3"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.scraper]
version = "0.23"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[dependencies.triblespace]
version = "0.43"

[dependencies.typst]
version = "0.14"

[dependencies.typst-syntax]
version = "0.14"