Inspectopedia Help

Cargo.toml

Crate not found   New in this release

Reports any unknown crates listed in Cargo.toml.

Cyclic feature dependency   New in this release

Detects features that depend on themselves.

Duplicate key   New in this release

Reports duplicated keys within the same section of a Cargo.toml file.

Invalid crate version   New in this release

Reports invalid crate versions in Cargo.toml.

Invalid package category   New in this release

Checks the categories field in the [package] section of Cargo.toml against the crates.io rules: The categories must be chosen from the list of valid category slugs A maximum of 5 categories is allowed.

Newer crate version available   New in this release

Reports outdated crate versions in Cargo.toml.

Schema violation   New in this release

Reports errors in Cargo.toml related to structure, constraints, and data types.

Unclosed string literal   New in this release

Reports string literals that are missing a closing quote.

Last modified: 11 September 2024