indradb-lib 0.22.0

A graph database library
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]
edition = "2018"
name = "indradb-lib"
version = "0.22.0"
authors = ["Yusuf Simonson <simonson@gmail.com>"]
description = "A graph database library"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
categories = ["database", "database-implementations"]
license = "MPL-2.0"
repository = "https://github.com/indradb/indradb"

[lib]
name = "indradb"
path = "src/lib.rs"
[dependencies.byteorder]
version = "^1.2.6"
optional = true

[dependencies.chrono]
version = "0.4.6"

[dependencies.failure]
version = "0.1.5"

[dependencies.lazy_static]
version = "^1.2.0"

[dependencies.rand]
version = "~0.5.5"

[dependencies.regex]
version = "^1.1.0"

[dependencies.rocksdb]
version = "0.10.1"
optional = true

[dependencies.serde_json]
version = "^1.0.38"

[dependencies.uuid]
version = "~0.7.2"
features = ["v1"]

[features]
bench-suite = []
default = []
rocksdb-datastore = ["rocksdb", "byteorder"]
test-suite = []
[badges.travis-ci]
branch = "master"
repository = "indradb/indradb"