[package] name = "reproto-backend" version = "0.3.36" authors = ["John-John Tedro "] 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" description = """ Rethinking Protocol Generators """ [dependencies] reproto-trans = {path = "../trans", version = "0.3"} reproto-core = {path = "../core", version = "0.3"} reproto-parser = {path = "../parser", version = "0.3"} reproto-path-parser = {path = "../path-parser", version = "0.3"} reproto-naming = {path = "../naming", version = "0.3"} log = "0.3" serde_json = "1.0" genco = {version = "0.3"}