{"id":75665,"library":"serde-toml","title":"Serde Toml","description":"See instead `toml`.","status":"deprecated","version":"0.0.1","language":"rust","source_language":null,"source_url":"https://github.com/toml-rs/toml","tags":["toml","serialization","deprecated"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nserde_toml = \"0.0.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add serde_toml","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"from_str","correct":"use serde_toml::from_str;"}],"quickstart":{"code":"use serde_toml::from_str;\n\nfn main() {\n    let value: toml::Value = from_str(\"key = 'value'\").unwrap();\n    println!(\"{:?}\", value);\n}","lang":"rust","description":"Parses TOML string (deprecated, use `toml` crate instead)."},"warnings":[{"fix":"Replace serde_toml with toml in Cargo.toml and code.","message":"This crate is deprecated; use the `toml` crate instead.","severity":"breaking","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'deprec':8 'instead':4 'see':3 'serd':1 'serial':7 'toml':2,5,6","created_at":"2026-06-17T19:19:27.042985+00:00","updated_at":"2026-06-17T19:19:27.042985+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/serde_toml/","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-17","next_check":"2026-12-14","install_tag":null}}