# 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 = "xwt-test-server" version = "0.4.3" autobins = false description = """ The server to use for xwt testing. Not intended to be wasm-compatible. """ license = "MIT" repository = "https://github.com/MOZGIII/xwt" resolver = "2" [[bin]] name = "xwt-test-server" path = "src/main.rs" required-features = ["bin"] [features] bin = [ "dep:color-eyre", "dep:envfury", "dep:tracing-subscriber", "tokio/macros", ] default = ["bin"] [target."cfg(not(target_family = \"wasm\"))".dependencies.color-eyre] version = "0.6" optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.envfury] version = "0.2" optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.thiserror] version = "1" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = ["rt-multi-thread"] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.tracing] version = "0.1" [target."cfg(not(target_family = \"wasm\"))".dependencies.tracing-subscriber] version = "0.3" optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.typle] version = "0.10" [target."cfg(not(target_family = \"wasm\"))".dependencies.wtransport] version = "0.3.1" features = [ "self-signed", "quinn", ] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.xwt-cert-fingerprint] version = "0.1" [target."cfg(not(target_family = \"wasm\"))".dependencies.xwt-test-assets] version = "0.1.2"