sqlitegraph-cli 1.2.5

Command-line interface for SQLiteGraph graph database
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 = "2021"
name = "sqlitegraph-cli"
version = "1.2.5"
build = false
exclude = [
    "../docs/internal/**",
    "../.codemcp/**",
    "../.splice-backup/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for SQLiteGraph graph database"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "sqlite",
    "cli",
    "embedded",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/oldnordic/sqlitegraph"
resolver = "3"

[features]
all-backends = [
    "sqlite-backend",
    "native-v2",
]
default = [
    "sqlite-backend",
    "native-v2",
]
native-v2 = ["sqlitegraph/native-v2"]
sqlite-backend = ["sqlitegraph/sqlite-backend"]

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlitegraph]
version = "1.0.0"
features = [
    "sqlite-backend",
    "native-v2",
]
default-features = false