# 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 = "sim_connect_data" version = "0.2.2" description = "A crate containing Rust-esk data types for use with SimConnect via sim_connect_rs" license = "MIT" repository = "https://github.com/dbidwell94/simconnect_rs/tree/master/sim_connect_data" [dependencies.anyhow] version = "1.0.70" [dependencies.num_enum] version = "0.6.0" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.sim_connect_macros] version = "0.1.4" [dependencies.sim_connect_sys] version = "0.2.0"