# 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 = "nakama-rust-gen" version = "0.1.4" authors = ["max "] exclude = ["src/gen/*"] include = ["src/nakama/*", "src/lib.rs", "Cargo.toml"] description = "gRPC client code for Nakama Server." homepage = "https://github.com/harumaxy/nakama-rust-gen" readme = "README.md" license = "MIT" repository = "https://github.com/harumaxy/nakama-rust-gen" [dependencies.base64] version = "0.13.0" [dependencies.prost] version = "0.7" [dependencies.prost-types] version = "0.7" [dependencies.tonic] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0.2" features = ["rt-multi-thread", "macros"] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.uuid] version = "0.8" features = ["serde", "v4"] [build-dependencies.tonic-build] version = "0.4" features = ["prost"]