# 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 = "moosicbox_load_balancer" version = "0.1.0" authors = ["Braden Steffaniak"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MoosicBox load balancer" readme = "README.md" keywords = [ "api", "balance", "balancer", "load", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/MoosicBox/MoosicBox" [package.metadata.cargo-machete] ignored = ["moosicbox_env_utils"] [lib] name = "moosicbox_load_balancer" path = "src/lib.rs" [[bin]] name = "moosicbox_lb" path = "src/main.rs" required-features = [] [features] fail-on-warnings = [] [target.'cfg(not(target_os = "windows"))'.dependencies.async-trait] version = "0.1.83" [target.'cfg(not(target_os = "windows"))'.dependencies.log] version = "0.4" features = ["release_max_level_trace"] [target.'cfg(not(target_os = "windows"))'.dependencies.moosicbox_env_utils] version = "0.1.0" default-features = false [target.'cfg(not(target_os = "windows"))'.dependencies.moosicbox_logging] version = "0.1.0" default-features = false [target.'cfg(not(target_os = "windows"))'.dependencies.pingora] version = "0.3.0" [target.'cfg(not(target_os = "windows"))'.dependencies.pingora-core] version = "0.3.0" [target.'cfg(not(target_os = "windows"))'.dependencies.pingora-http] version = "0.3.0" [target.'cfg(not(target_os = "windows"))'.dependencies.pingora-load-balancing] version = "0.3.0" [target.'cfg(not(target_os = "windows"))'.dependencies.pingora-proxy] version = "0.3.0"