# 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 = "wokwi-server" version = "0.2.0" authors = ["Scott Mabin "] description = "A tool for running embedded applications in Wokwi online simulator" readme = "README.md" keywords = [ "esp", "wokwi", "runner", "espflash", ] categories = [ "embedded", "hardware-support", "no-std", "emulator", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mabezdev/wokwi-server" [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.1.18" features = ["env"] [dependencies.console-subscriber] version = "0.1.6" optional = true [dependencies.espflash] version = "1.7" [dependencies.futures-util] version = "0.3.21" [dependencies.opener] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.1" [dependencies.tungstenite] version = "0.17.2" [dependencies.xmas-elf] version = "0.8.0" [features] tokio-console = ["dep:console-subscriber"]