Crates.io | cargo-toml-lint |
lib.rs | cargo-toml-lint |
version | 0.1.1 |
source | src |
created_at | 2022-02-21 18:10:40.60905 |
updated_at | 2022-05-10 10:14:58.388853 |
description | Linter for Cargo.toml |
homepage | https://github.com/FuelLabs/cargo-toml-lint |
repository | https://github.com/FuelLabs/cargo-toml-lint |
max_upload_size | |
id | 536893 |
size | 43,882 |
cargo-toml-lint
- a linter for Cargo.toml
Features:
cargo verify-project
[dependencies]
and [dev-dependencies]
are sorted alphabetically[[test]]
are sorted by test name[[test]]
are placed contiguouslyThis is a best-effort linter. Currently custom parsing is really simplified, so it may:
However, any such issues are considered bugs and a fix PR would be appreciated.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.