# 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" rust-version = "1.56" name = "auto-traffic-control" version = "0.3.2" description = "A video game for programmers about air traffic control" homepage = "https://auto-traffic-control.com" keywords = [ "game", "gamedev", ] categories = [ "api-bindings", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jdno/auto-traffic-control" resolver = "2" [dependencies.prost] version = "0.10.3" [dependencies.tonic] version = "0.7.2" [dev-dependencies.tokio] version = "1.18.2" features = [ "macros", "rt-multi-thread", ] [build-dependencies.glob] version = "0.3.0" [build-dependencies.tonic-build] version = "0.7.2" [features] server = []