Hi! While scraping crates.io I've found this crate to be missing the repository attribute in Cargo.toml. This attribute makes it easy for users and scrapers, including security tools, to find about the repository behind a crate. I've decided to replace the homepage attribute with repository as that is the more common choice among crates.
Hi! While scraping crates.io I've found this crate to be missing the
repository
attribute in Cargo.toml. This attribute makes it easy for users and scrapers, including security tools, to find about the repository behind a crate. I've decided to replace thehomepage
attribute withrepository
as that is the more common choice among crates.