# 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.65" name = "codesort" version = "0.6.1" authors = ["dystroy "] description = "codesort sorts code" readme = "README.md" keywords = [ "code", "sort", ] categories = [ "command-line-utilities", "development-tools", ] license = "AGPL-3.0" repository = "https://github.com/Canop/codesort" [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.clap-help] version = "1.2" [dependencies.include_dir] version = "0.7" [dependencies.lazy-regex] version = "3" [dependencies.termimad] version = "0.29" [dependencies.thiserror] version = "1.0" [features] default = [] explain = []