# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "busyrpc_service_discovery" version = "0.5.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "busyrpc_service_discovery provides service discovery for rpc_pb." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "busyrpc_service_discovery" path = "src/lib.rs" [[bin]] name = "busyrpc-service-discovery-register" path = "src/bin/busyrpc-service-discovery-register.rs" required-features = ["binaries"] [[bin]] name = "busyrpc-service-discovery-resolve" path = "src/bin/busyrpc-service-discovery-resolve.rs" required-features = ["binaries"] [[bin]] name = "busyrpc-service-discovery-server" path = "src/bin/busyrpc-service-discovery-server.rs" required-features = ["binaries"] [[bin]] name = "busyrpc-service-discovery-unregister" path = "src/bin/busyrpc-service-discovery-unregister.rs" required-features = ["binaries"] [dependencies.arrrg] version = "0.6" optional = true [dependencies.arrrg_derive] version = "0.6" optional = true [dependencies.busyrpc] version = "0.10" [dependencies.getopts] version = "0.2" optional = true [dependencies.indicio] version = "0.10" [dependencies.minimal_signals] version = "0.4" [dependencies.prototk] version = "0.11" [dependencies.rpc_pb] version = "0.12" [dependencies.tuple_key] version = "0.11" [dependencies.tuple_routing] version = "0.5" [dependencies.zerror_core] version = "0.11" [features] binaries = ["command_line"] command_line = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]