# 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 = "blutgang" version = "0.3.6" authors = ["makemake , Rainshower Labs, contributors"] description = "Fast, minimalist load balancing with caching for Ethereum JSON-RPC calls. Full support for HTTP and WS." homepage = "https://github.com/rainshowerLabs/blutgang" readme = "README.md" keywords = [ "cli", "ethereum", "load-balancing", "websocket", "http", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/rainshowerLabs/blutgang" [profile.maxperf] lto = "fat" codegen-units = 1 incremental = false inherits = "release" [dependencies.blake3] version = "1.4.1" [dependencies.chrono] version = "0.4.28" [dependencies.clap] version = "4.3.0" [dependencies.futures] version = "0.3.29" [dependencies.futures-util] version = "0.3.29" [dependencies.http-body-util] version = "0.1.0-rc.3" [dependencies.hyper] version = "1.0.1" features = ["full"] [dependencies.hyper-tungstenite] version = "0.12.0" [dependencies.hyper-util-blutgang] version = "0.2.0" features = ["tokio"] [dependencies.jemallocator] version = "0.5.4" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.memchr] version = "2.5.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.simd-json] version = "0.12.0" features = ["serde_impl"] [dependencies.sled] version = "0.34.7" features = ["compression"] [dependencies.systemd] version = "0.10.0" optional = true [dependencies.tokio] version = "1.28.1" features = [ "sync", "net", "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.20.1" features = ["native-tls"] [dependencies.toml] version = "0.7.6" [dependencies.tungstenite] version = "0.20.1" [dependencies.url] version = "2.4.0" [dependencies.xxhash-rust] version = "0.8.7" features = [ "xxh3", "const_xxh3", ] optional = true [dependencies.zerocopy] version = "0.7.20" features = [ "simd", "alloc", ] [dependencies.zerocopy-derive] version = "0.7.28" [features] debug-verbose = [] default = ["selection-weighed-round-robin"] journald = ["systemd"] no-cache = [] old-weighted-round-robin = [] selection-random = [] selection-weighed-round-robin = [] systemd = ["dep:systemd"] xxhash = ["xxhash-rust"]