./devel/cargo-about, Cargo plugin to generate list of all licenses for a crate

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.6, Package name: cargo-about-0.6.6, Maintainer: pin

Cargo plugin for generating a license listing for all dependencies of a crate.

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.


Master sites:

Filesize: 1422.316 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-24 18:09:53 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-about: update to 0.6.6

0.6.6 - 2024-11-19
Added

    PR#268 resolved #267 by adding a unicode-ident workaround to compensate for \ 
the LICENSE-UNICODE file more closely matching the Unicode-3.0 SPDX identifier \ 
rather than the expected Unicode-DFS-2016 one.

0.6.5 - 2024-11-18
Added

    PR#261 resolved #246 by adding an --offline (as well as --locked and \ 
--frozen) option to the generate command.
    PR#266 resolved #230 by adding a --target option to generate, allowing one \ 
to specify one or more targets to filter the dependency graph by, overriding the \ 
targets configuration option.

Changed

    PR#262 resolved #258 by using LTO for release builds, slightly decreasing \ 
binary sizes.

Fixed

    PR#263 resolved #238 by adding the native-certs feature to use the native \ 
certificate store. This feature is not enabled by default as it is only required \ 
for corporate environments that man in the middle network traffic.
    PR#265 resolved #198 by detecting if the parent process is powershell and \ 
exiting with an error if cargo-about's output is being redirected instead of \ 
using the -o option, as powershell is terrible and doesn't use utf-8 encoding by \ 
default.
    PR#266 resolved #222 by adding some additional documentation on \ 
https://clearlydefined.io.
   2024-08-14 11:32:17 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-about: update to 0.6.4

[0.6.4] - 2024-08-12
Fixed
- [PR#254](https://github.com/EmbarkStudios/cargo-about/pull/254) reverted \ 
unintended `id` -> `short_id` field rename.

[0.6.3] **yanked** - 2024-08-12
Changed
- [PR#251](https://github.com/EmbarkStudios/cargo-about/pull/251) updated crates \ 
and directly depend on `semver`.

Fixed
- [PR#253](https://github.com/EmbarkStudios/cargo-about/pull/253) resolved \ 
[#250](https://github.com/EmbarkStudios/cargo-about/issues/250) by changing the \ 
example template to emit unique anchors.
- [PR#253](https://github.com/EmbarkStudios/cargo-about/pull/253) resolved \ 
[#252](https://github.com/EmbarkStudios/cargo-about/issues/252) by ignoring \ 
`SIGPIPE`.
   2024-06-01 16:11:13 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-about: update to 0.6.2

0.6.2 - 2024-05-31
Changed
    PR#248 updated crates.
   2024-01-26 09:08:32 by pin | Files touched by this commit (5)
Log message:
devel/cargo-about: import package

Cargo plugin for generating a license listing for all dependencies of a crate.

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.