{"id":59059,"library":"toml-datetime","title":"TOML Datetime","description":"A TOML-compatible datetime type for parsing and formatting TOML datetime values.","status":"active","version":"1.1.1+spec-1.1.0","language":"rust","source_language":null,"source_url":"https://github.com/toml-rs/toml","tags":["toml","datetime","serialization","parsing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntoml_datetime = \"1.1.1+spec-1.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add toml_datetime","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Datetime","correct":"use toml_datetime::Datetime;"}],"quickstart":{"code":"use toml_datetime::Datetime;\n\nfn main() {\n    let dt: Datetime = \"1979-05-27T07:32:00Z\".parse().unwrap();\n    println!(\"Parsed datetime: {:?}\", dt);\n}","lang":"rust","description":"Parses a TOML datetime string into a Datetime value."},"warnings":[],"env_vars":null,"search_vec":"'compat':6 'datetim':2,7,14,17 'format':12 'pars':10,19 'serial':18 'toml':1,5,13,16 'toml-compat':4 'type':8 'valu':15","created_at":"2026-06-16T16:48:41.117659+00:00","updated_at":"2026-06-16T16:48:41.117659+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/toml-rs/toml","github":"https://github.com/toml-rs/toml","docs":"https://docs.rs/toml_datetime/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"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}}