indradb-client 2.2.0

CLI client for IndraDB
[[bin]]
name = "indradb-client"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.3"

[dependencies.indradb-lib]
features = ["rocksdb-datastore", "sled-datastore"]
version = "2.2.0"

[dependencies.indradb-proto]
features = ["client"]
version = "2.2.0"

[dependencies.serde_json]
version = "1.0.67"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.11.0"

[dependencies.tonic]
version = "0.5.2"

[dependencies.uuid]
features = ["serde"]
version = "0.8.2"

[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.2.0"