# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80.0" name = "cargo-sort-derives" version = "0.9.0" authors = ["Kyosuke Fujimoto "] build = false exclude = [ "/.github", "/img", "_config.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand to sort derive attributes" homepage = "https://github.com/lusingander/cargo-sort-derives" readme = "README.md" keywords = [ "cargo", "subcommand", "plugin", "derive", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/lusingander/cargo-sort-derives" [[bin]] name = "cargo-sort-derives" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.grep-matcher] version = "0.1.7" [dependencies.grep-regex] version = "0.1.13" [dependencies.grep-searcher] version = "0.1.14" [dependencies.ignore] version = "0.4.23" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.similar] version = "2.6.0" [dependencies.toml] version = "0.8.19" [dev-dependencies.assert_fs] version = "1.1.2"