# 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" name = "env-sort" version = "0.1.1" authors = ["Aster <192607617@qq.com>"] description = "Sort your environment variables" documentation = "https://docs.rs/env-sort" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/env-sort" resolver = "1" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.find-target] version = "0.1.0" [dependencies.itertools] version = "0.10.5" [dependencies.regex] version = "1.7.0" [dev-dependencies] [features] default = [] [target."cfg(windows)".dependencies.winreg] version = "0.10.1" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"