# 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 = "2018" name = "airmash-protocol" version = "0.6.2" authors = ["STEAMROLLER"] description = "Protocol library for airmash" readme = "README.md" keywords = [ "protocol", "games", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/steamroller-airmash/airmash-protocol-rs" [dependencies.bstr] version = "0.2.16" features = ["std"] default-features = false [dependencies.mint] version = "0.5" [dependencies.serde-feature-hack] version = "0.2" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.approx] version = "0.5" [features] default = [] serde = [ "serde-feature-hack", "serde_json", "bstr/serde1", ]