[[bin]]
name = "indradb-server"
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 = ["server"]
version = "2.1.0"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0.1"
[dependencies.tonic]
version = "0.4.0"
[package]
authors = ["Yusuf Simonson <simonson@gmail.com>"]
categories = ["database", "database-implementations"]
description = "A graph database server"
edition = "2018"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
license = "MPL-2.0"
name = "indradb"
repository = "https://github.com/indradb/indradb"
version = "2.1.0"