# 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 = "jsglue" version = "0.1.0" authors = ["RedstoneWizard08"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust framework for building frontends with JS/TS!" homepage = "https://github.com/RedstoneWizard08/Wormhole" readme = "README.md" license = "MIT" repository = "https://github.com/RedstoneWizard08/Wormhole" [lib] name = "jsglue" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.82" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.axumite] version = "0" [dependencies.cfg-if] version = "1.0.0" [dependencies.ctrlc] version = "3.4.5" [dependencies.derive_builder] version = "0.20.1" [dependencies.futures-util] version = "0.3.30" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["client"] [dependencies.hyper-util] version = "0.1.8" features = ["tokio"] [dependencies.include_dir] version = "0.7.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.mime_guess] version = "2.0.5" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.6" [dependencies.tokio] version = "1.40.0" features = [ "process", "rt", ] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["rustls"] [dependencies.tracing] version = "0.1.40" [dependencies.tungstenite] version = "0.24.0" features = ["rustls"] [dependencies.url] version = "2.5.2"