# 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 = "2021" name = "ns_game" version = "0.1.42" authors = ["yi lu "] description = "ns_game lib." documentation = "https://docs.rs/ns_game" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/ns_game" [dependencies.anyhow] version = "1" [dependencies.aqueue] version = "1.3" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "=0.4.34" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.netxclient] version = "1.10" features = ["tcp-channel-client"] [dependencies.netxserver] version = "1.10" [dependencies.once_cell] version = "1.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_type_name] version = "0.2.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.uuid] version = "1" features = [ "serde", "v4", ]