# 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] edition = "2018" name = "service_bus" version = "0.1.3" authors = ["Brian Taylor "] publish = true description = "A service bus backed by a seda bus intelligently routing messages between services." homepage = "https://resolvingarchitecture.io" documentation = "https://github.com/resolvingarchitecture/service-bus" readme = "README.md" keywords = ["service", "micro-service", "service-bus"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/resolvingarchitecture/service-bus" [dependencies.log] version = "0.4.8" [dependencies.ra_common] version = "0.1.3" [dependencies.seda_bus] version = "0.1.10" [dependencies.simple_logger] version = "1.6.0" [dev-dependencies.assert_cmd] version = "0.10"