# 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 = "microservice" version = "0.1.0" authors = ["Sascha Grunert "] build = "src/build.rs" description = "A microservice template using Cap'n Proto" homepage = "https://github.com/saschagrunert/microservice-rs" documentation = "https://docs.rs/microservice-rs" readme = "README.md" keywords = ["microservice", "tokio", "capnp", "capnproto", "rpc"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/saschagrunert/microservice-rs" [dependencies.mowl] version = "1" [dependencies.clippy] version = "0" optional = true [dependencies.tokio-io] version = "0.1" [dependencies.tokio-core] version = "0.1" [dependencies.native-tls] version = "0.1" [dependencies.capnp-rpc] version = "0.8" [dependencies.log] version = "0.3" [dependencies.tokio-tls] version = "0.1" [dependencies.capnp] version = "0.8" [dependencies.error-chain] version = "0" [dependencies.clap] version = "2" features = ["yaml"] [dependencies.futures] version = "0.1" [build-dependencies.capnpc] version = "0.8" [features] default = [] [badges.travis-ci] branch = "master" repository = "saschagrunert/microservice-rs" [badges.appveyor] service = "github" branch = "master" repository = "saschagrunert/microservice-rs"