# 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 = "simetry" version = "0.2.3" authors = ["Adnan Ademovic "] build = "build.rs" description = "Interface with telemetry of various racing and driving sims" readme = "README.md" license = "MIT" repository = "https://github.com/adnanademovic/simetry" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.68" [dependencies.bitmask] version = "0.5.0" [dependencies.byteorder] version = "1.4.3" [dependencies.hyper] version = "0.14.25" features = [ "client", "http1", "http2", "tcp", ] [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.0" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.time] version = "0.3.21" features = ["serde-human-readable"] [dependencies.tokio] version = "1.24.1" features = [ "macros", "net", "rt", "rt-multi-thread", "time", ] [dependencies.typename] version = "0.1.2" [dependencies.uom] version = "0.34.0" features = ["serde"] [dependencies.windows] version = "0.44.0" features = [ "Win32", "Win32_Foundation", "Win32_System", "Win32_System_Memory", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_WindowsAndMessaging", ] [dependencies.yaml-rust] version = "0.4.5" [build-dependencies.bindgen] version = "0.66.1" [features] default = [ "with_r3e", "with_truck_simulator", ] unstable_generic_http_client = [] with_r3e = [] with_truck_simulator = []