capnp 0.8.12

runtime library for Cap'n Proto data encoding
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]
name = "capnp"
version = "0.8.12"
authors = ["David Renshaw <dwrenshaw@gmail.com>"]
description = "runtime library for Cap'n Proto data encoding"
documentation = "https://docs.capnproto-rust.org/capnp/"
readme = "README.md"
keywords = ["encoding", "protocol", "serialization"]
license = "MIT"
repository = "https://github.com/capnproto/capnproto-rust"

[lib]
name = "capnp"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.0"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.quickcheck]
version = "0.2"
optional = true
[dev-dependencies.quickcheck]
version = "0.2"

[features]
rpc = ["futures"]