thingvellir 0.0.0-alpha9

a concurrent, shared-nothing abstraction that manages an assembly of things
Documentation
[package]
name = "thingvellir"
version = "0.0.0-alpha9"
authors = ["jake <jh@discordapp.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/discordapp/thingvellir"
homepage = "https://github.com/discordapp/thingvellir"
documentation = "https://docs.rs/thingvellir"
description = "a concurrent, shared-nothing abstraction that manages an assembly of things"

[features]
default = []
cassandra = ["cassandra-cpp"]

[dependencies]
tokio = { version = "0.2.11", features = ["full"] }
fxhash = "0.2"
futures = "0.3"
smallvec = "1.2"
indexmap = "1.3"
num_cpus = "1.0"
log = "0.4"
rand = "0.7"
failure = "0.1.6"
dynamic-pool = "0.2.2"
cassandra-cpp = { version = "0.15", optional = true }

[dev-dependencies]
tokio-test = "0.2"

[[example]]
name = "cassandra"
required-features = ["cassandra"]