cargo-sort 2.1.0

Check if tables and items in a .toml file are lexically sorted
# 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.82"
name = "cargo-sort"
version = "2.1.0"
authors = [
    "Devin R <devin.ragotzy@gmail.com>",
    "Andronik Ordian <write@reusable.software>",
]
build = false
exclude = [
    "examp",
    "fixtures",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cargo-sort"
description = "Check if tables and items in a .toml file are lexically sorted"
readme = "README.md"
keywords = [
    "cargo",
    "subcommand",
    "dependencies",
    "sort",
    "check",
]
categories = [
    "development-tools::cargo-plugins",
    "development-tools",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/DevinR528/cargo-sort"

[[bin]]
name = "cargo-sort"
path = "src/main.rs"

[dependencies.clap]
version = "4.0.10"
features = [
    "wrap_help",
    "cargo",
    "derive",
]

[dependencies.glob]
version = "0.3"

[dependencies.termcolor]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.similar-asserts]
version = "1.5.0"

[lints.clippy]
branches_sharing_code = "warn"
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
empty_line_after_outer_attr = "warn"
inefficient_to_string = "warn"
macro_use_imports = "warn"
map_flatten = "warn"
mod_module_files = "warn"
mut_mut = "warn"
nonstandard_macro_braces = "warn"
semicolon_if_nothing_returned = "warn"
str_to_string = "warn"
todo = "warn"
unreadable_literal = "warn"
unseparated_literal_suffix = "warn"
wildcard_imports = "warn"

[lints.rust]
missing_debug_implementations = "warn"
semicolon_in_expressions_from_macros = "warn"
unreachable_pub = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[profile.release]
lto = true