# 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" rust-version = "1.80.0" name = "tonic-sysinfo" version = "0.1.4" authors = ["Rust Latam "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A gRPC service for monitoring system resources such as CPU, memory, and disk." homepage = "https://github.com/RustLangLatam" readme = "README.md" keywords = [ "rpc", "grpc", "async", "sysinfo", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/RustLangLatam/tonic-sysinfo" [lib] name = "tonic_sysinfo" path = "src/lib.rs" [[example]] name = "example_watch" path = "examples/example_watch.rs" [[test]] name = "bootstrap" path = "tests/bootstrap.rs" [dependencies.async-stream] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.prost] version = "0.13" [dependencies.sysinfo] version = "0.32.0" [dependencies.tokio] version = "1.40" features = ["sync"] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" features = [ "codegen", "prost", ] default-features = false [dev-dependencies.prost-types] version = "0.13" [dev-dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tonic-build] version = "0.12" features = ["prost"] default-features = false [build-dependencies.tonic-build] version = "0.12" features = ["prost"] default-features = false [features] default = ["transport"] transport = []