indradb 0.12.1

A graph database server
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "indradb"
version = "0.12.1"
authors = ["Yusuf Simonson <simonson@gmail.com>"]
description = "A graph database server"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
categories = ["database", "database-implementations"]
license = "MPL-2.0"
repository = "https://github.com/indradb/indradb"

[lib]
name = "common"
path = "src/common/lib.rs"

[[bin]]
name = "indradb-admin"
path = "src/admin/main.rs"

[[bin]]
name = "indradb-server"
path = "src/server/main.rs"
[dependencies.chrono]
version = "0.4.0"
features = ["serde"]

[dependencies.clap]
version = "^2.29.4"

[dependencies.crossbeam-channel]
version = "0.1.2"

[dependencies.hyper]
version = "0.11.16"

[dependencies.indradb-lib]
version = "0.12.1"
features = ["postgres-datastore", "rocksdb-datastore"]

[dependencies.iron]
version = "0.6.0"

[dependencies.lazy_static]
version = "^1.0.0"

[dependencies.libc]
version = "0.2.26"

[dependencies.num_cpus]
version = "^1.8.0"

[dependencies.rand]
version = "~0.4.2"

[dependencies.regex]
version = "~0.2.5"

[dependencies.rlua]
version = "0.11.0"

[dependencies.router]
version = "~0.6.0"

[dependencies.serde]
version = "^1.0.27"

[dependencies.serde_derive]
version = "^1.0.27"

[dependencies.serde_json]
version = "^1.0.9"

[dependencies.urlencoded]
version = "0.6.0"

[dependencies.uuid]
version = "0.5.1"
features = ["serde", "v4"]
[dev-dependencies.reqwest]
version = "0.8.4"
[badges.travis-ci]
branch = "master"
repository = "indradb/indradb"