# 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 = "iracing-telem" version = "0.2.1" description = "Rust port of the iRacing telemetry SDK." homepage = "https://github.com/superfell/iracing-telem" readme = "README.md" keywords = [ "iracing", "telemetry", "racing", "irsdk", ] license = "BSD-3-Clause" repository = "https://github.com/superfell/iracing-telem" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.bitflags] version = "1.3.2" [dependencies.bytes] version = "1.1.0" [dependencies.encoding] version = "0.2" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.windows] version = "0.32.0" features = [ "alloc", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Threading", "Win32_System_Memory", "Win32_UI_WindowsAndMessaging", ]