# 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 = "kble-socket" version = "0.4.0" description = "Virtual Harness Toolkit" readme = "README.md" license = "MIT" repository = "https://github.com/arkedge/kble" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.6" default-features = false [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.tokio] version = "1" [dependencies.tokio-tungstenite] version = "0.20" optional = true [features] axum = ["axum/ws"] stdio = [ "tokio/io-std", "dep:pin-project-lite", ] tungstenite = ["dep:tokio-tungstenite"]