# 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 = "micro-kit" version = "1.3.0" authors = ["David Allen ", "Alexander Brugh "] description = "A Microservice lib because I miss DropWizard." license = "MIT" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.router] version = "^0.5" [dependencies.serde_bytes] version = "^0.10" [dependencies.metrics] version = "^0.2" [dependencies.log] version = "^0.3" [dependencies.iron] version = "^0.5" [dependencies.yaml-rust] version = "^0.3" [dependencies.log4rs] version = "^0.5" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0"