# 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 = "stat_common" version = "1.1.4" authors = ["doge "] description = "A simple server monitoring tool" homepage = "https://github.com/zdz/ServerStatus-Rust" readme = "README.md" keywords = [ "serverstatus", "stat_common", "monitor", ] categories = ["monitoring-tools"] license = "Apache-2.0" repository = "https://github.com/zdz/ServerStatus-Rust" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.prost] version = "0.12" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.tonic] version = "0.11" features = ["tls"] [build-dependencies.chrono] version = "0.4" [build-dependencies.tonic-build] version = "0.11" [target."cfg(not(target_env = \"msvc\"))".build-dependencies.chrono] version = "0.4" [target."cfg(not(target_env = \"msvc\"))".build-dependencies.protobuf-src] version = "1" [target."cfg(not(target_env = \"msvc\"))".build-dependencies.tonic-build] version = "0.11"