# 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 = "battlesnake-game-types" version = "0.17.0" authors = [ "Penelope Phippen ", "Corey Alexander ", ] description = "game types for play.battlesnake.com" documentation = "https://docs.rs/battlesnake-game-types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/penelopezone/battlesnake-game-types" [[bench]] name = "start_of_game_compact" harness = false [[bench]] name = "pea_eater" harness = false [dependencies.fxhash] version = "0.2.1" [dependencies.itertools] version = "0.10.3" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1.37" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pprof] version = "0.11" features = [ "flamegraph", "frame-pointer", ] default-features = false [dev-dependencies.tracing-flame] version = "0.2.0" [dev-dependencies.tracing-subscriber] version = "0.3.16"