{"id":59823,"library":"pcsc","title":"pcsc","description":"Bindings to the PC/SC API for smart card communication on desktop systems.","status":"active","version":"2.9.0","language":"rust","source_language":null,"source_url":"https://github.com/bluetech/pcsc-rust","tags":["smart-card","pcsc","nfc","hardware"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npcsc = \"2.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add pcsc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Context","correct":"use pcsc::Context;"}],"quickstart":{"code":"use pcsc::*;\n\nfn main() -> Result<(), Error> {\n    let ctx = Context::establish(Scope::User)?;\n    println!(\"PC/SC context established\");\n    Ok(())\n}","lang":"rust","description":"Establish a PC/SC context to communicate with smart card readers."},"warnings":[{"fix":"Install and start the PC/SC daemon (e.g., sudo systemctl start pcscd).","message":"Requires PC/SC service (e.g., pcscd on Linux) to be running.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'api':6 'bind':2 'card':9,16 'communic':10 'desktop':12 'hardwar':19 'nfc':18 'pc/sc':5 'pcsc':1,17 'smart':8,15 'smart-card':14 'system':13","created_at":"2026-06-16T17:18:00.501612+00:00","updated_at":"2026-06-16T17:18:00.501612+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/bluetech/pcsc-rust","github":"https://github.com/bluetech/pcsc-rust","docs":"https://docs.rs/pcsc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}