# 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 = "arti-axum" version = "0.1.0" authors = ["Janosch Gräf "] description = "axum::serve for onion services" homepage = "https://github.com/jgraef/arti-axum" readme = "README.md" keywords = [ "axum", "arti", "onion", "tor", ] categories = [ "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/jgraef/arti-axum" [dependencies.axum] version = "0.7.4" [dependencies.futures-util] version = "0.3.30" [dependencies.hyper] version = "1.1.0" [dependencies.hyper-util] version = "0.1.3" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.36.0" [dependencies.tor-cell] version = "0.16.0" [dependencies.tor-hsservice] version = "0.7.0" [dependencies.tor-proto] version = "0.16.0" features = [ "hs-service", "tokio", ] [dependencies.tower] version = "0.4.13" [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.40" [dev-dependencies.arti-client] version = "0.14.0" features = [ "tokio", "onion-service-service", ] [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ]