# 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-serialport" 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" features = [ "tokio", "tower-log", "http1", "ws", "query", ] default-features = false [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4" features = [ "derive", "derive", "env", ] [dependencies.futures] version = "0.3" [dependencies.kble-socket] version = "0.4.0" features = ["axum"] [dependencies.notalawyer] version = "0.2.0" [dependencies.notalawyer-clap] version = "0.2.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serial] version = "5.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [build-dependencies.notalawyer-build] version = "0.2.0"