scone-cli 0.1.0

Scone: a local-first temporal memory engine — CLI, MCP server, and HTTP API
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 = "2024"
name = "scone-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scone: a local-first temporal memory engine — CLI, MCP server, and HTTP API"
readme = "README.md"
license = "MIT"
repository = "https://github.com/DrDrewCain/ProjectScone"
resolver = "2"

[features]
default = ["local-embed"]
local-embed = ["scone-core/local-embed"]

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

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

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

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

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
    "json",
    "query",
]
default-features = false

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

[dependencies.rmcp]
version = "3"
features = [
    "server",
    "transport-io",
    "schemars",
]

[dependencies.schemars]
version = "1"

[dependencies.scone-core]
version = "0.1.0"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-util",
    "net",
]

[dependencies.toml]
version = "0.9"

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

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.rmcp]
version = "3"
features = [
    "client",
    "transport-async-rw",
]

[dev-dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]