# 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 = "axumite" version = "0.1.2" authors = ["RedstoneWizard08"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bringing tungstenite to Axum!" homepage = "https://github.com/RedstoneWizard08/Wormhole" readme = "README.md" license = "MIT" repository = "https://github.com/RedstoneWizard08/Wormhole" [lib] name = "axumite" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.axum-core] version = "0.4.3" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.2" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.hyper] version = "1.4.1" features = ["client"] [dependencies.hyper-util] version = "0.1.8" features = ["tokio"] [dependencies.sha-1] version = "0.10.1" [dependencies.tokio] version = "1.40.0" features = [ "process", "rt", ] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["rustls"]