# 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 = "pros-simulator" version = "0.5.0" authors = [ "doinkythederp ", "pros-rs", ] description = "Run PROS robot code without the need for real VEX V5 hardware." readme = "README.md" categories = [ "science::robotics", "development-tools", "emulators", "simulation", "wasm", ] license = "MIT" repository = "https://github.com/pros-rs/pros-simulator" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.futures] version = "0.3.28" features = ["async-await"] [dependencies.futures-util] version = "0.3.30" [dependencies.pros-simulator-interface] version = "0.5" [dependencies.pros-sys] version = "0.4.1" features = ["no-link"] [dependencies.slab] version = "0.4.9" [dependencies.snafu] version = "0.8.0" [dependencies.tokio] version = "1.32.0" features = [ "macros", "sync", "time", "rt", ] [dependencies.tracing] version = "0.1.40" [dependencies.wasmtime] version = "16.0.0" features = [ "async", "cranelift", "parallel-compilation", "demangle", "coredump", "addr2line", ] default-features = false [dev-dependencies.crossterm] version = "0.27.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.ratatui] version = "0.24.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "rt-multi-thread", "macros", "sync", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tui-big-text] version = "0.2.1" [dev-dependencies.tui-logger] version = "0.10.0" features = ["tracing-support"] default-features = false