# 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-eb90" version = "0.4.0" description = "Virtual Harness Toolkit" readme = "README.md" license = "MIT" repository = "https://github.com/arkedge/kble" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.eb90] version = "0.1.1" [dependencies.futures] version = "0.3" [dependencies.kble-socket] version = "0.4.0" features = [ "stdio", "tungstenite", ] [dependencies.notalawyer] version = "0.2.0" [dependencies.notalawyer-clap] version = "0.2.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [build-dependencies.notalawyer-build] version = "0.2.0"