crosslink 0.2.0

A synced issue tracker CLI for multi-agent AI development
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.87"
name = "crosslink"
version = "0.2.0"
authors = [
    "dollspace-gay",
    "Maxine Levesque <hello@maxine.science>",
    "Forecast Analytical <analytical@forecast.bio>",
]
build = "build.rs"
include = [
    "src/**/*",
    "resources/**/*",
    "!**/__pycache__/**",
    "build.rs",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A synced issue tracker CLI for multi-agent AI development"
homepage = "https://forecast.bio/crosslink"
documentation = "https://docs.rs/crosslink"
readme = "README.md"
keywords = [
    "issue-tracker",
    "cli",
    "ai-development",
    "session-management",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/forecast-bio/crosslink"

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

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

[dev-dependencies.arbitrary]
version = "1"

[dev-dependencies.proptest]
version = "1"

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