Has errors in the released Cargo.toml file lists 31 crates with parsing error.
As we are using our parser some of these might be "false positives". There are only 3 crates in the lists published in 2025 the rest are from 2022 or older so it is rather unlikely they will be fixed and released with the fix even if we send a PR.
im-a-teapot
One error is having a field called im-a-teapot which seems to be an Easter Egg referencing Hyper Text Coffee Pot Control Protocol It is passingly mentioned in Unstable Features in Cargo.toml documentation and also in the code.
When we have that in our Cargo.toml we get a compilation error: the im-a-teapot manifest key is unstable and may not work properly in England
default-target
It is unclear why are there several crates with this field. Maybe it was valid or was in the documentation at one point?
typos
- licence instead of license
- category instead of categories
- ...
Has errors in the released Cargo.toml file lists 31 crates with parsing error.
As we are using our parser some of these might be "false positives". There are only 3 crates in the lists published in 2025 the rest are from 2022 or older so it is rather unlikely they will be fixed and released with the fix even if we send a PR.
im-a-teapot
One error is having a field called
im-a-teapotwhich seems to be an Easter Egg referencing Hyper Text Coffee Pot Control Protocol It is passingly mentioned in Unstable Features in Cargo.toml documentation and also in the code.When we have that in our
Cargo.tomlwe get a compilation error:theim-a-teapotmanifest key is unstable and may not work properly in Englanddefault-target
It is unclear why are there several crates with this field. Maybe it was valid or was in the documentation at one point?
typos