# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty_sword_arena" version = "2.0.0" authors = ["Nathan Stocks "] description = "Library/repository for the half-day Rust tutorial teaching you how to make a game client in Rust." homepage = "https://conferences.oreilly.com/oscon/oscon-or/public/schedule/detail/75769" documentation = "https://agileperception.com/doc/rusty_sword_arena/" readme = "README.md" keywords = ["tutorial", "rusty", "sword", "arena", "learn"] license = "MIT" repository = "https://github.com/CleanCut/rusty_sword_arena" [dependencies.bincode] version = "1.0" [dependencies.rand] version = "0.7.3" [dependencies.rusty_audio] version = "1.1.1" [dependencies.rusty_gfx] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.zmq] version = "0.9"