kcore 0.0.1

Some helper functions to help us create our microservices
# 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 = "kcore"
version = "0.0.1"
authors = ["Ryno Kotze <ryno.kotze@konga.com>"]
description = "Some helper functions to help us create our microservices"
license = "MIT"
[dependencies.rocket_codegen]
version = "0.3.3"

[dependencies.rocket_contrib]
version = "0.3.3"
features = ["json"]

[dependencies.couchbase]
version = "0.2.0"

[dependencies.serde]
version = "1.0.15"

[dependencies.serde_derive]
version = "1.0.15"

[dependencies.serde_json]
version = "1.0.3"

[dependencies.uuid]
version = "0.5.1"
features = ["v4", "serde", "use_std"]

[dependencies.futures]
version = "0.1.15"

[dependencies.rocket]
version = "0.3.3"