# 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 = "gt7_server" version = "1.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A server for GT7 telemetry data processing." readme = "README.md" license = "MIT" repository = "https://github.com/Souldiv/gt7-telemetry-server" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "gt7_server" path = "src/main.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.futures] version = "0.3.31" [dependencies.salsa20] version = "0.10.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1" features = [ "rt", "net", "macros", "rt-multi-thread", "time", "sync", ] [dependencies.tokio-stream] version = "0.1.10" features = ["sync"] [dependencies.warp] version = "0.3.7"