arcon_messages 0.1.0

Arcon's network message schema
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 = "arcon_messages"
version = "0.1.0"
authors = ["Max Meldrum <mmeldrum@kth.se>"]
description = "Arcon's network message schema\n"
homepage = "https://github.com/cda-group/arcon"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/cda-group/arcon"
[dependencies.capnp]
version = "0.9.4"
optional = true

[dependencies.derivative]
version = "1.0.2"
optional = true

[dependencies.kompact]
version = "0.7.0"

[dependencies.protobuf]
version = "2.0"
optional = true
[build-dependencies.capnpc]
version = "0.9"
optional = true

[build-dependencies.protoc-rust]
version = "2.0"
optional = true

[features]
capnproto = ["capnp", "derivative", "capnpc"]
default = ["proto"]
proto = ["protobuf", "protoc-rust"]