# 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 = "radish" version = "0.0.6" authors = ["Kenneth Wilke "] description = "A light web framework built on top of Axum" readme = "README.md" license = "MIT" repository = "https://github.com/KennethWilke/radish" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.53" [dependencies.axum] version = "0.5.13" features = ["ws"] [dependencies.axum-server] version = "0.3" features = ["tls-rustls"] [dependencies.exosphere-core] version = "0.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["full"]