# 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 = "lunaria" version = "0.0.0" authors = ["Lunaria Contributors", "Jan David Nose "] description = "A space-themed sandbox video game for programmers" homepage = "https://playlunaria.com" keywords = ["game", "gamedev"] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/playlunaria/lunaria" [[bin]] name = "lunaria" [[bench]] name = "grpc_count" harness = false [dependencies.bevy] version = "0.1.3" [dependencies.chrono] version = "0.4.15" [dependencies.lunaria-api] version = "0.0.0" [dependencies.tokio] version = "0.2.22" features = ["macros", "rt-threaded"] [dependencies.tonic] version = "0.3.1" [dev-dependencies.criterion] version = "0.3.3" [badges.maintenance] status = "actively-developed"