{"id":13599847,"url":"https://github.com/EmbarkStudios/cargo-about","last_synced_at":"2025-04-10T17:32:43.204Z","repository":{"id":35933309,"uuid":"218946583","full_name":"EmbarkStudios/cargo-about","owner":"EmbarkStudios","description":"📜 Cargo plugin to generate list of all licenses for a crate 🦀","archived":false,"fork":false,"pushed_at":"2025-03-20T09:17:47.000Z","size":7035,"stargazers_count":585,"open_issues_count":23,"forks_count":33,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-03T16:43:56.385Z","etag":null,"topics":["cargo","cargo-plugin","hacktoberfest","license-checking","licensing","rust","rust-lang","spdx"],"latest_commit_sha":null,"homepage":"http://embark.rs","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/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-01T08:38:11.000Z","updated_at":"2025-04-02T08:47:15.000Z","dependencies_parsed_at":"2023-02-17T20:45:47.668Z","dependency_job_id":"74a7c74d-70f4-4d78-8625-c9de7f260097","html_url":"https://github.com/EmbarkStudios/cargo-about","commit_stats":{"total_commits":165,"total_committers":20,"mean_commits":8.25,"dds":"0.38787878787878793","last_synced_commit":"3bcd3380f606fd468b2836e04cdcf7997d1f3ff8"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":"EmbarkStudios/opensource-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcargo-about","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcargo-about/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcargo-about/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcargo-about/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/cargo-about/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248261995,"owners_count":21074229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cargo","cargo-plugin","hacktoberfest","license-checking","licensing","rust","rust-lang","spdx"],"created_at":"2024-08-01T17:01:13.686Z","updated_at":"2025-04-10T17:32:43.197Z","avatar_url":"https://github.com/EmbarkStudios.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable no-inline-html first-line-heading no-emphasis-as-heading --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# `📜 cargo-about`\n\n**Cargo plugin for generating a license listing for all dependencies of a crate**\n\n[![Embark Opensource](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)\n[![Embark Discord](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/Fg4u4VX)\n[![Crates.io](https://img.shields.io/crates/v/cargo-about.svg)](https://crates.io/crates/cargo-about)\n[![API Docs](https://docs.rs/cargo-about/badge.svg)](https://docs.rs/cargo-about)\n[![SPDX Version](https://img.shields.io/badge/SPDX%20Version-3.25.0-blue.svg)](https://spdx.org/licenses/)\n[![Minimum Stable Rust Version](https://img.shields.io/badge/Rust-1.81.0-blue?color=fc8d62\u0026logo=rust)](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1810-2024-09-05)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/cargo-about/status.svg)](https://deps.rs/repo/github/EmbarkStudios/cargo-about)\n[![Build Status](https://github.com/EmbarkStudios/cargo-about/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/cargo-about/actions?workflow=CI)\n\n\u003c/div\u003e\n\nSee the [book 📕](https://embarkstudios.github.io/cargo-about/) for in-depth documentation.\n\n_Please Note: This is a tool that we use (and like!) and it makes sense to us to release it as open source. However, we can’t take any responsibility for your use of the tool, if it will function correctly or fulfil your needs. No functionality in - or information provided by - cargo-about constitutes legal advice._\n\n## Getting started\n\n### Installing\n\n#### From crates.io\n\n```bash\ncargo install --locked cargo-about\n```\n\n#### On Arch Linux\n\n```bash\npacman -S cargo-about\n```\n\n### Generate license information for your own project\n\n```bash\n# Generates `about.toml` and `about.hbs` in your cargo project\ncargo about init\n# Generate the license information with\ncargo about generate about.hbs \u003e license.html\n```\n\n## Contributing\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmbarkStudios%2Fcargo-about","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEmbarkStudios%2Fcargo-about","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmbarkStudios%2Fcargo-about/lists"}