# 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-server" version = "0.5.0" authors = [ "doinkythederp ", "Pros-rs Contributors", ] description = "Line-delimited JSON server for pros-simulator" readme = "README.md" license = "MIT" repository = "https://github.com/pros-rs/pros-simulator" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.jsonl] version = "4.0" [dependencies.pros-simulator] version = "0.5" [dependencies.pros-simulator-interface] version = "0.5" [dependencies.tokio] version = "1.34" features = [ "rt", "macros", ]