[package] name = "lunaria-api" version = "0.2.1" authors = [ "Lunaria Contributors", "Jan David Nose ", ] edition = "2018" # See more keys and their definitions at # https://doc.rust-lang.org/cargo/reference/manifest.html description = "A Rust API client for the video game Lunaria" homepage = "https://playlunaria.com" repository = "https://github.com/playlunaria/lunaria" license = "MIT OR Apache-2.0" keywords = [ "game", "gamedev", ] categories = [ "api-bindings", "games" ] [features] # The "server" feature includes the auto-generated stubs needed to implement the # gRPC backend. Only Lunaria itself should need to enable this feature. server = [] [dependencies] prost = "0.8.0" tonic = "0.5.0" [dev-dependencies] tokio = { version = "1.7.1", features = ["full"] } [build-dependencies] tonic-build = "0.5.0"