# 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" rust-version = "1.78.0" name = "scr-axum-cranker-router" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust port of mu-cranker-router" homepage = "https://github.com/gyakkun/scr-axum-cranker-router" readme = "README.md" keywords = [ "cranker", "reverse-proxy", "http", "websocket", "router", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/gyakkun/scr-axum-cranker-router" [profile.dev] panic = "abort" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "scr_axum_cranker_router" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "harder" crate-type = ["bin"] path = "examples/harder.rs" [[example]] name = "simple_v1" crate-type = ["bin"] path = "examples/simple_v1.rs" [[example]] name = "tls_single_domain_server" crate-type = ["bin"] path = "examples/tls_single_domain_server.rs" [dependencies.async-channel] version = "2" [dependencies.async-stream] version = "0.3" [dependencies.axum] version = "0.7" features = [ "default", "ws", "original-uri", "http2", ] [dependencies.axum-core] version = "0.4" [dependencies.bytes] version = "1" [dependencies.dashmap] version = "6" [dependencies.futures] version = "0.3" [dependencies.hashlink] version = "0.9" [dependencies.lazy_static] version = "1" [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tower-http] version = "0.6" features = ["limit"] [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.axum-macros] version = "0.4" [dev-dependencies.axum-server] version = "0.7" features = ["tls-rustls-no-provider"] [dev-dependencies.rustls] version = "0.23" features = [ "std", "logging", "tls12", "ring", ] default-features = false [dev-dependencies.simple_logger] version = "5"