agentic-memory-cli 0.4.0

CLI tool for AgenticMemory
# 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"
name = "agentic-memory-cli"
version = "0.4.0"
authors = ["Agentra Labs <contact@agentralabs.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for AgenticMemory"
homepage = "https://agentralabs.tech"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "memory",
    "cli",
    "graph",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/agentralabs/agentic-memory"

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

[dependencies.agentic-memory]
version = "0.4.0"
features = [
    "cli",
    "format",
]

[dependencies.agentic-memory-mcp]
version = "0.4.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.rustyline]
version = "14"

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

[dependencies.serde_json]
version = "1"