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-aboutaccumulates all dependencies that have a specific license,tentris-license-aggregatoraccumulates all licenses for each dependency (i.e. the collected results areVec<tentris_license_aggregator::Package>(seepub struct Packagein lib.rs). tentris-license-aggregatorallows to detect SPDX identifiers for licenses collected by a third party tool (e.g. conan) that does not know them