# 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 = "xitca-server" version = "0.4.0" authors = ["fakeshadow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "http server for xitca" readme = "README.md" keywords = [ "xitca", "xitca-web", ] license = "Apache-2.0" repository = "https://github.com/HFQR/xitca-web" [lib] name = "xitca_server" path = "src/lib.rs" [dependencies.tokio-uring] version = "0.5" optional = true [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.xitca-io] version = "0.4.0" features = ["runtime"] [dependencies.xitca-service] version = "0.2.0" features = ["alloc"] [dependencies.xitca-unsafe-collection] version = "0.2.0" [dev-dependencies.bytes] version = "1.4" [dev-dependencies.tokio] version = "1.30" features = [ "io-util", "macros", ] [features] io-uring = ["tokio-uring"] quic = ["xitca-io/quic"] [target.'cfg(not(target_family = "wasm"))'.dependencies.socket2] version = "0.5.1" [target.'cfg(not(target_family = "wasm"))'.dependencies.tokio] version = "1.30" features = [ "rt-multi-thread", "signal", "sync", "time", ] [target.'cfg(target_family = "wasm")'.dependencies.tokio] version = "1.30" features = [ "rt", "sync", "time", ]