intent-engine 0.8.3

A command-line database service for tracking strategic intent, tasks, and events
Documentation
[[bench]]
harness = false
name = "performance"
path = "benches/performance.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.axum]
features = ["ws"]
version = "0.7"

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

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

[dependencies.const_format]
version = "0.2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.futures-util]
version = "0.3"

[dependencies.mime_guess]
version = "2.0"

[dependencies.open]
version = "5.3"

[dependencies.rand]
version = "0.9"

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

[dependencies.rust-embed]
version = "8.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "sqlite", "chrono"]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
features = ["fs", "cors", "trace"]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.which]
version = "8.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.7"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.rand]
version = "0.9"

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

[dev-dependencies.serial_test]
version = "3.0"

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

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

[package]
authors = ["Intent Engine Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "database"]
default-run = "ie"
description = "A command-line database service for tracking strategic intent, tasks, and events"
documentation = "https://docs.rs/intent-engine"
edition = "2021"
homepage = "https://github.com/wayfind/intent-engine"
keywords = ["cli", "task-management", "intent", "database", "workflow"]
license = "MIT OR Apache-2.0"
name = "intent-engine"
readme = "README.md"
repository = "https://github.com/wayfind/intent-engine"
rust-version = "1.82"
version = "0.8.3"

[package.metadata.binstall]
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-macos-aarch64.tar.gz"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-linux-aarch64.tar.gz"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-macos-x86_64.tar.gz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-windows-x86_64.exe.zip"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-linux-x86_64.tar.gz"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Console"]
version = "0.62"

[[test]]
name = "cascade_tests"
path = "tests/cascade_tests.rs"

[[test]]
name = "cjk_search_tests"
path = "tests/cjk_search_tests.rs"

[[test]]
name = "cli_special_chars_tests"
path = "tests/cli_special_chars_tests.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "dashboard_integration_test"
path = "tests/dashboard_integration_test.rs"

[[test]]
name = "dashboard_integration_tests"
path = "tests/dashboard_integration_tests.rs"

[[test]]
name = "dependency_tests"
path = "tests/dependency_tests.rs"

[[test]]
name = "doctor_cli_tests"
path = "tests/doctor_cli_tests.rs"

[[test]]
name = "doctor_command_tests"
path = "tests/doctor_command_tests.rs"

[[test]]
name = "error_handling_tests"
path = "tests/error_handling_tests.rs"

[[test]]
name = "event_filtering_tests"
path = "tests/event_filtering_tests.rs"

[[test]]
name = "focus_switching_tests"
path = "tests/focus_switching_tests.rs"

[[test]]
name = "init_cli_tests"
path = "tests/init_cli_tests.rs"

[[test]]
name = "init_command_tests"
path = "tests/init_command_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "interface_spec_test"
path = "tests/interface_spec_test.rs"

[[test]]
name = "logging_integration_test"
path = "tests/logging_integration_test.rs"

[[test]]
name = "logging_mcp_test"
path = "tests/logging_mcp_test.rs"

[[test]]
name = "logging_rotation_test"
path = "tests/logging_rotation_test.rs"

[[test]]
name = "logs_cli_tests"
path = "tests/logs_cli_tests.rs"

[[test]]
name = "logs_integration_test"
path = "tests/logs_integration_test.rs"

[[test]]
name = "main_coverage_tests"
path = "tests/main_coverage_tests.rs"

[[test]]
name = "manual_plan_test"
path = "tests/manual_plan_test.rs"

[[test]]
name = "mcp_integration_test"
path = "tests/mcp_integration_test.rs"

[[test]]
name = "mcp_task_add_dependency_tests"
path = "tests/mcp_task_add_dependency_tests.rs"

[[test]]
name = "mcp_tools_sync_test"
path = "tests/mcp_tools_sync_test.rs"

[[test]]
name = "performance_large_dataset_tests"
path = "tests/performance_large_dataset_tests.rs"

[[test]]
name = "performance_tests"
path = "tests/performance_tests.rs"

[[test]]
name = "pick_next_blocking_tests"
path = "tests/pick_next_blocking_tests.rs"

[[test]]
name = "priority_and_list_tests"
path = "tests/priority_and_list_tests.rs"

[[test]]
name = "protocol_compliance_tests"
path = "tests/protocol_compliance_tests.rs"

[[test]]
name = "report_cli_tests"
path = "tests/report_cli_tests.rs"

[[test]]
name = "search_cli_tests"
path = "tests/search_cli_tests.rs"

[[test]]
name = "setup_interactive_tests"
path = "tests/setup_interactive_tests.rs"

[[test]]
name = "smart_initialization_tests"
path = "tests/smart_initialization_tests.rs"

[[test]]
name = "special_chars_tests"
path = "tests/special_chars_tests.rs"

[[test]]
name = "task_context_dependencies_tests"
path = "tests/task_context_dependencies_tests.rs"

[[test]]
name = "task_edge_cases_tests"
path = "tests/task_edge_cases_tests.rs"

[[test]]
name = "task_start_blocking_tests"
path = "tests/task_start_blocking_tests.rs"

[[test]]
name = "windows_encoding_tests"
path = "tests/windows_encoding_tests.rs"

[[test]]
name = "ws_client_integration_test"
path = "tests/ws_client_integration_test.rs"