{"id":59794,"library":"shuttle-runtime","title":"Shuttle Runtime","description":"Runtime to run a service on the Shuttle platform for deploying Rust applications.","status":"active","version":"0.57.0","language":"rust","source_language":null,"source_url":"https://github.com/shuttle-hq/shuttle","tags":["shuttle","deployment","cloud","serverless"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nshuttle-runtime = \"0.57.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add shuttle-runtime","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"main","correct":"use shuttle_runtime::main;"}],"quickstart":{"code":"use shuttle_runtime::main;\n\n#[main]\nasync fn my_service() -> shuttle_axum::ShuttleAxum {\n    let router = axum::Router::new().route(\"/\", axum::routing::get(|| async { \"Hello!\" }));\n    Ok(router.into())\n}","lang":"rust","description":"Defines a Shuttle service using the runtime macro."},"warnings":[{"fix":"Add the appropriate feature flag in Cargo.toml, e.g., shuttle-runtime = { features = [\"axum\"] }.","message":"Requires specific feature flags for different service types (e.g., shuttle-axum).","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'applic':15 'cloud':18 'deploy':13,17 'platform':11 'run':5 'runtim':2,3 'rust':14 'serverless':19 'servic':7 'shuttl':1,10,16","created_at":"2026-06-16T17:17:03.160805+00:00","updated_at":"2026-06-16T17:17:03.160805+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://www.shuttle.dev","github":"https://github.com/shuttle-hq/shuttle","docs":"https://docs.rs/shuttle-runtime/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","web-framework"],"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}}