# 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 = "scs-sdk-telemetry" version = "1.1.0" authors = ["NightFeather"] exclude = [".vscode"] description = "Rust wrapper for the ETS2 (Euro Truck Simulator 2) and ATS (American Truck Simulator) Telemetry SDK plug-in." homepage = "https://github.com/NightFeather0615/scs-sdk-telemetry" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/NightFeather0615/scs-sdk-telemetry" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 strip = "symbols" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.105" optional = true [dependencies.windows] version = "0.51.1" features = [ "Win32_System_Memory", "Win32_Foundation", ] [features] default = [] json = [ "serde", "serde_json", ]