eventific 0.1.1

Eventific is a tool that gives you the needed building blocks for event sourcing
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 = "eventific"
version = "0.1.1"
authors = ["Joatin Granlund <granlundjoatin@gmail.com>"]
exclude = ["playground/**/*"]
include = ["Cargo.toml", "src/**/*", "playground/build/**/*"]
description = "Eventific is a tool that gives you the needed building blocks for event sourcing"
homepage = "https://github.com/Joatin/eventific"
readme = "../README.md"
keywords = ["cqrs", "event-sourcing", "tokio", "futures"]
categories = ["asynchronous", "database", "data-structures"]
license = "MIT"
repository = "https://github.com/Joatin/eventific"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "playground"
path = "examples/playground.rs"
required-features = ["playground"]

[[example]]
name = "grpc"
path = "examples/grpc.rs"
required-features = ["grpc"]
[dependencies.chrono]
version = "0.4.7"
features = ["serde"]

[dependencies.colored]
version = "1.8"

[dependencies.failure]
version = "0.1.5"

[dependencies.futures]
version = "0.1.28"

[dependencies.grpcio]
version = "0.4"
features = ["protobuf-codec"]
optional = true
default-features = false

[dependencies.hyper]
version = "0.12"
optional = true

[dependencies.rust-embed]
version = "5.1.0"
features = ["interpolate-folder-path"]
optional = true

[dependencies.serde]
version = "1.0.95"

[dependencies.serde_derive]
version = "1.0.95"

[dependencies.slog]
version = "2.5.0"

[dependencies.tokio]
version = "0.1.22"

[dependencies.uuid]
version = "0.7.4"
features = ["serde"]
[dev-dependencies.grpcio]
version = "0.4"
features = ["protobuf-codec"]
default-features = false

[dev-dependencies.protobuf]
version = "2.5.0"

[dev-dependencies.sloggers]
version = "0.3.2"

[dev-dependencies.tokio]
version = "0.1.22"

[dev-dependencies.uuid]
version = "0.7.4"
features = ["v4"]
[build-dependencies.protoc-grpcio]
version = "0.3.1"

[build-dependencies.walkdir]
version = "2.2.8"

[features]
default = ["playground"]
grpc = ["grpcio"]
playground = ["hyper", "rust-embed"]