{"id":35256498,"url":"https://github.com/trevyn/librclone","last_synced_at":"2026-03-17T20:34:27.872Z","repository":{"id":53875798,"uuid":"413955052","full_name":"trevyn/librclone","owner":"trevyn","description":"Rust bindings for librclone. Automatically compiles rclone as a library and links it into your Rust application.","archived":false,"fork":false,"pushed_at":"2025-02-12T12:50:59.000Z","size":162,"stargazers_count":46,"open_issues_count":6,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-02T15:49:06.828Z","etag":null,"topics":["librclone","rclone"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/librclone","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trevyn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2021-10-05T19:35:51.000Z","updated_at":"2025-12-25T16:38:51.000Z","dependencies_parsed_at":"2023-01-30T17:45:16.178Z","dependency_job_id":"acf3fba9-26a4-480d-8db9-7ed830e6acef","html_url":"https://github.com/trevyn/librclone","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.23684210526315785","last_synced_commit":"a25020326867a16f78e0f9bad773806b2fff6dcb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trevyn/librclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevyn%2Flibrclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevyn%2Flibrclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevyn%2Flibrclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevyn%2Flibrclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trevyn","download_url":"https://codeload.github.com/trevyn/librclone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevyn%2Flibrclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["librclone","rclone"],"created_at":"2025-12-30T08:03:14.194Z","updated_at":"2026-03-17T20:34:27.867Z","avatar_url":"https://github.com/trevyn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github-trevyn/librclone-663399?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"27\"\u003e](https://github.com/trevyn/librclone)\n[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/librclone.svg?style=for-the-badge\u0026color=ffc833\u0026logo=rust\" height=\"27\"\u003e](https://crates.io/crates/librclone)\n[\u003cimg alt=\"docs.rs\" src=\"https://img.shields.io/badge/docs.rs-librclone-353535?style=for-the-badge\u0026labelColor=555555\u0026logo=docs.rs\" height=\"27\"\u003e](https://docs.rs/librclone)\n\nRust bindings for [`librclone`](https://github.com/rclone/rclone/tree/master/librclone).\n\nAutomatically compiles `rclone` as a library and links it into your Rust application.\n\nSupports macOS and Linux. PR for Windows support welcome!\n\n| crate version       | `rclone` version | MSRV | Minimum `go` version |\n| ------------------- | ---------------- | ---- | -------------------- |\n| `librclone = \"0.9\"` | v1.69.0          | 1.82 | 1.21                 |\n| `librclone = \"0.8\"` | v1.66.0          | 1.70 | 1.21                 |\n| `librclone = \"0.7\"` | v1.65.0          | 1.65 | 1.19                 |\n| `librclone = \"0.6\"` | v1.64.2          | 1.65 | 1.19                 |\n| `librclone = \"0.5\"` | v1.63.1          | 1.60 | 1.18                 |\n| `librclone = \"0.4\"` | v1.62.2          | 1.54 | 1.18                 |\n| `librclone = \"0.3\"` | v1.61.0          | 1.54 | 1.17                 |\n| `librclone = \"0.2\"` | v1.60.1          | 1.54 | 1.17                 |\n| `librclone = \"0.1\"` | v1.56.2          | 1.54 | 1.17                 |\n\nTo generate updated `go.mod` and `go.sum` files on new rclone version:\n\n```ignore\ncd librclone-sys\nrm go.mod \u0026\u0026 rm go.sum\ngo mod init github.com/trevyn/librclone\ngo mod tidy -go=1.21\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevyn%2Flibrclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrevyn%2Flibrclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevyn%2Flibrclone/lists"}