[[bin]]
name = "indradb-client"
path = "src/main.rs"
[dependencies.clap]
version = "2.34.0"
[dependencies.indradb-lib]
features = ["rocksdb-datastore"]
version = "5.0.0"
[dependencies.indradb-proto]
features = ["client"]
version = "5.0.0"
[dependencies.serde_json]
version = "1.0.135"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"
[dependencies.tonic]
version = "0.12.3"
[dependencies.uuid]
features = ["serde"]
version = "1.12.0"
[package]
authors = ["Yusuf Simonson <simonson@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "database-implementations"]
description = "CLI client for IndraDB"
edition = "2021"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
license = "MPL-2.0"
name = "indradb-client"
readme = "README.md"
repository = "https://github.com/indradb/indradb"
version = "5.0.0"