contrails 0.1.4

All-in-one installer for Contrail: local-first flight recorder for AI coding sessions
# 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 = "contrails"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All-in-one installer for Contrail: local-first flight recorder for AI coding sessions"
readme = false
license = "MIT"
repository = "https://github.com/strangeloopcanon/contrail"
resolver = "2"

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

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

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

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

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

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

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

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

[dependencies.analysis]
version = "0.1.4"

[dependencies.anyhow]
version = "1.0"

[dependencies.contrail-cli]
version = "0.1.5"

[dependencies.contrail-dashboard]
version = "0.1.4"

[dependencies.contrail-memex]
version = "0.1.4"

[dependencies.core_daemon]
version = "0.1.4"

[dependencies.exporter]
version = "0.1.4"

[dependencies.importer]
version = "0.1.5"

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

[dependencies.wrapup]
version = "0.1.4"