Jake Shadle
Jake Shadle
Ok, well in that case you'd need to make a PR to either improve the libgit2 authentication setup I mentioned above, or the CLI path if it is easier, as...
It's not, I'm saying you could improve either path depending on which is easier for you.
Alternatively, we can just auto correct the url internally, but still give a warning, as it makes the config file less pleasant, and would give the user the false idea...
This was one of the first issues I added after the initial implementation, https://github.com/EmbarkStudios/cargo-deny/issues/61, all the pieces are in place, just need to actually implement it.
My current plan for this is #121. clearlydefined.io could act as a supplement to local license checking, and allows anyone to submit curations to a central source of truth that...
We've had similar problems as well, usually with regards to `default` features that creep in, so we are definitely motivated to add this kind of feature checking.
I don't believe it is blocked by anything, go for it!
If you have unlicensed workspace/local crates, you can currently mark them as `publish = false` and set ``` [license] private = { ignore = true } ``` to avoid checking...
This is a limitation with how we get span information when parsing the toml configuration files, which is essentially just a copy of what the [`toml`](https://github.com/alexcrichton/toml-rs/blob/master/src/spanned.rs) crate itself does, we...