# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "indradb" version = "4.0.0" authors = ["Yusuf Simonson "] description = "A graph database server" homepage = "https://indradb.github.io" readme = "README.md" keywords = [ "graph", "database", ] categories = [ "database", "database-implementations", ] license = "MPL-2.0" repository = "https://github.com/indradb/indradb" resolver = "1" [[bin]] name = "indradb-server" path = "src/main.rs" [dependencies.clap] version = "2.34.0" [dependencies.indradb-lib] version = "4.0.0" features = ["rocksdb-datastore"] [dependencies.indradb-proto] version = "4.0.0" features = ["server"] [dependencies.tokio] version = "1.24.2" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.8.3" [dev-dependencies.serde_json] version = "1.0.91"