topodb-cli 0.0.2

Command-line interface for the TopoDB agent-memory engine
# 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.89"
name = "topodb-cli"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the TopoDB agent-memory engine"
readme = "README.md"
keywords = [
    "cli",
    "graph",
    "database",
    "agent",
    "memory",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/TopoDB/TopoDB"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.topodb]
version = "0.0.4"

[dependencies.topodb-json]
version = "0.0.2"

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