reproto-manifest 0.3.25

Rethinking Protocol Generators
Documentation
[package]
name = "reproto-manifest"
version = "0.3.25"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/reproto/reproto"
homepage = "https://github.com/reproto/reproto"
documentation = "https://docs.rs/reproto-manifest"
description = """
Rethinking Protocol Generators
"""

[dependencies]
reproto-core = {path = "../core", version = "0.3"}
reproto-trans = {path = "../trans", version = "0.3"}
reproto-naming = {path = "../naming", version = "0.3"}

relative-path = {version = "0.1", features = ["serde"]}
semver = {version = "0.9", features = ["serde"]}
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"