thingvellir 0.0.2-alpha1

a concurrent, shared-nothing abstraction that manages an assembly of things
Documentation
[[example]]
name = "cassandra"
required-features = ["cassandra"]
[dependencies.cassandra-cpp]
optional = true
package = "discord-cassandra-cpp"
version = "0.15.1"

[dependencies.dynamic-pool]
version = "0.2"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.fxhash]
version = "0.2"

[dependencies.indexmap]
package = "discord-indexmap"
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.0"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_cbor]
optional = true
version = "0.11"

[dependencies.smallvec]
version = "1.2"

[dependencies.tokio]
features = ["full"]
version = "0.2"
[dev-dependencies.tokio-test]
version = "0.2"

[features]
cassandra = ["cassandra-cpp"]
cbor = ["serde_cbor", "serde"]
default = []

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