# 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 = "f1-2022-udp-server" version = "0.1.5" exclude = [ ".idea/", "target/", ] description = "A UDP server library for F1 2022" homepage = "https://github.com/jaapieaapie1/F1-2022-telemetry-rust" readme = "README.md" license = "MIT" [dependencies.bytebuffer] version = "0.2.1" [dependencies.byteorder] version = "1.4.3" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.proc-macro2] version = "1.0.47" [dependencies.serde] version = "1.0.130" features = ["derive"]