rustbrain 0.1.0

CLI for rustbrain — a lightweight Rust-native second brain for humans and AI agents
# 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.80"
name = "rustbrain"
version = "0.1.0"
authors = ["rustbrain contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for rustbrain — a lightweight Rust-native second brain for humans and AI agents"
homepage = "https://github.com/rustbrain/rustbrain"
documentation = "https://docs.rs/rustbrain-core"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "markdown",
    "obsidian",
    "cli",
    "second-brain",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustbrain/rustbrain"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.rustbrain-core]
version = "0.1.0"
features = [
    "ast",
    "obsidian",
    "mmap",
    "watch",
]

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

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

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