{"id":20305548,"url":"https://github.com/dervexdev/toml2lua","last_synced_at":"2026-05-01T00:31:38.915Z","repository":{"id":220314831,"uuid":"751342670","full_name":"DervexDev/toml2lua","owner":"DervexDev","description":"Convert TOML to Lua table","archived":false,"fork":false,"pushed_at":"2024-02-01T12:24:32.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T01:13:52.294Z","etag":null,"topics":["lua","parser","rust","table","toml"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/toml2lua","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-01T12:24:30.000Z","updated_at":"2024-05-23T16:22:10.000Z","dependencies_parsed_at":"2024-02-01T12:31:03.668Z","dependency_job_id":"48080697-8333-4183-8b8e-f6c663ae8dfd","html_url":"https://github.com/DervexDev/toml2lua","commit_stats":null,"previous_names":["dervexhero/toml2lua","dervexdev/toml2lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DervexDev/toml2lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/toml2lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","parser","rust","table","toml"],"created_at":"2024-11-14T17:08:55.648Z","updated_at":"2026-05-01T00:31:38.869Z","avatar_url":"https://github.com/DervexDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toml2lua\nConvert TOML to Lua table\n\n\u003cdiv\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='Version badge' src='https://img.shields.io/crates/v/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='Downloads badge' src='https://img.shields.io/crates/d/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='License badge' src='https://img.shields.io/crates/l/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.rs/toml2lua\"\u003e\u003cimg alt=\"Docs badge\" src=\"https://img.shields.io/docsrs/toml2lua\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Example:\n```rust\nuse toml2lua::parse;\n\nlet toml = r#\"\nstring = \"abc\"\nint = 123\nbool = true\n\n[object]\nkey = \"value\"\n\"#;\n\nlet lua = parse(toml).unwrap();\n// Output:\n// {\n//   [\"string\"] = \"abc\",\n//   [\"int\"] = 123,\n//   [\"bool\"] = true,\n//   [\"object\"] = {\n//     [\"key\"] = \"value\",\n//   },\n// }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ftoml2lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Ftoml2lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ftoml2lua/lists"}