# 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 = "2018" name = "wterm" version = "0.3.4" authors = ["Vitaly Domnikov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serial port to WebSocket bridge with embedded web terminal" documentation = "https://docs.rs/wterm" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dotcypress/wterm" [[bin]] name = "wterm" path = "src/main.rs" [dependencies.actix] version = "0.13.5" [dependencies.actix-files] version = "0.6.6" [dependencies.actix-web] version = "4.9.0 " [dependencies.actix-ws] version = "0.3.0" [dependencies.bytes] version = "1.8.0" [dependencies.futures-util] version = "0.3.17" features = ["std"] default-features = false [dependencies.serialport] version = "4.6.0" default-features = false [dependencies.structopt] version = "0.3.4" [dependencies.tokio] version = "1.24" features = [ "sync", "rt", "macros", ] [features] libudev = ["serialport/libudev"]