A library based on cargo-about to collect rust licenses and to augment licenses of non-rust dependencies scraped by a third party tool that may not have knowledge about the SPDX identifiers of individual license files (e.g. conan).
- While
cargo-about
accumulates all dependencies that have a specific license,tentris-license-aggregator
accumulates all licenses for each dependency (i.e. the collected results areVec<tentris_license_aggregator::Package>
(seepub struct Package
in lib.rs). tentris-license-aggregator
allows to detect SPDX identifiers for licenses collected by a third party tool (e.g. conan) that does not know them