{"id":58233,"library":"poem","title":"Poem","description":"Poem is a full-featured and easy-to-use web framework with the Rust programming language.","status":"active","version":"3.1.12","language":"rust","source_language":null,"source_url":"https://github.com/poem-web/poem","tags":["web","framework","async","http"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npoem = \"3.1.12\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add poem","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Route","correct":"use poem::Route;"}],"quickstart":{"code":"use poem::{get, Route, Server};\n\n#[tokio::main]\nasync fn main() -> Result<(), std::io::Error> {\n    let app = Route::new().at(\"/\", get(|_| async { \"Hello, World!\" }));\n    Server::bind(\"127.0.0.1:3000\").run(app).await\n}","lang":"rust","description":"Create a simple web server with Poem"},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main]","message":"Requires tokio runtime for async execution","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'async':22 'easi':10 'easy-to-us':9 'featur':7 'framework':14,21 'full':6 'full-featur':5 'http':23 'languag':19 'poem':1,2 'program':18 'rust':17 'use':12 'web':13,20","created_at":"2026-06-16T16:16:18.633587+00:00","updated_at":"2026-06-16T16:16:18.633587+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/poem-web/poem","github":"https://github.com/poem-web/poem","docs":"https://docs.rs/poem/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","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}}