[package] name = "reproto-backend-doc" 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-backend-doc" description = """ Rethinking Protocol Generators """ build = "build.rs" [dependencies] reproto-backend = {path = "../backend", version = "0.3"} reproto-core = {path = "../core", version = "0.3"} reproto-trans = {path = "../trans", version = "0.3"} reproto-manifest = {path = "../manifest", version = "0.3"} log = "0.3" pulldown-cmark = "0.0.14" genco = {version = "0.3"} clap = "2.24" syntect = "2" [build-dependencies] toml = "0.4" handlebars = "0.27" serde_json = "1.0"