indradb-client 3.0.3

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

[dependencies.indradb-lib]
features = ["rocksdb-datastore"]
version = "3.0.3"

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

[dependencies.serde_json]
version = "1.0.83"

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

[dependencies.tonic]
version = "0.8.0"

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

[package]
authors = ["Yusuf Simonson <simonson@gmail.com>"]
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 = "3.0.3"