[[bin]]
name = "indradb-client"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.3"
[dependencies.indradb-lib]
features = ["rocksdb-datastore", "sled-datastore"]
version = "2.1.0"
[dependencies.indradb-proto]
features = ["client"]
version = "2.1.0"
[dependencies.serde_json]
version = "^1.0.57"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0.1"
[dependencies.tonic]
version = "0.4.0"
[dependencies.uuid]
features = ["serde"]
version = "0.8.1"
[package]
authors = ["Yusuf Simonson <simonson@gmail.com>"]
categories = ["database", "database-implementations"]
description = "CLI client for IndraDB"
edition = "2018"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
license = "MPL-2.0"
name = "indradb-client"
repository = "https://github.com/indradb/indradb"
version = "2.1.0"