{"id":57213,"library":"tonic","title":"Tonic","description":"A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.","status":"active","version":"0.14.6","language":"rust","source_language":null,"source_url":"https://github.com/hyperium/tonic","tags":["grpc","http2","async","rpc","server","client"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntonic = \"0.14.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tonic","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Server","correct":"use tonic::transport::Server;"}],"quickstart":{"code":"use tonic::transport::Server;\n\nfn main() {\n    println!(\"Tonic server setup\");\n}","lang":"rust","description":"Imports the Tonic Server type for building gRPC servers."},"warnings":[{"fix":"Ensure you have `tokio` as a dependency and use `#[tokio::main]` or manually create a runtime.","message":"Requires a Tokio runtime to run; using tonic without Tokio will panic.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':16 'client':19 'flexibl':13 'focus':7 'grpc':3,14 'high':9 'http/2':5 'http2':15 'implement':6 'interoper':11 'perform':10 'rpc':17 'server':18 'tonic':1","created_at":"2026-06-16T15:33:21.263178+00:00","updated_at":"2026-06-16T15:33:21.263178+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hyperium/tonic","github":"https://github.com/hyperium/tonic","docs":"https://docs.rs/tonic/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}