flugrost 0.0.1

A tiny RPC library
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 = "flugrost"
version = "0.0.1"
authors = ["Urs Schulz <github@ursschulz.de>"]
description = "A tiny RPC library"
keywords = ["rpc", "async", "sync"]
license = "AGPL-3.0"
[profile.dev]
codegen-units = 16

[profile.release]
codegen-units = 1
[dependencies.byteorder]
version = "^1.2.2"

[dependencies.rmp-serde]
version = "^0.13.7"

[dependencies.serde]
version = "^1.0"