# 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 = "rust-env-sorter"
version = "0.1.1"
authors = [
    "Fatih Aziz <dev.fortis77@gmail.com>",
    "github.com/fatihaziz",
]
description = "A utility to sort environment variables on Windows."
readme = "README.md"
license = "Apache-2.0"

[profile.dev]
opt-level = 0
lto = false
debug = 0
debug-assertions = true
overflow-checks = true

[profile.dev.package."*"]
opt-level = 2
debug = 0
debug-assertions = false
overflow-checks = false

[profile.dev.build-override]
opt-level = 2

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 512
debug = 0
debug-assertions = false
rpath = false
overflow-checks = false
incremental = false

[[bin]]
name = "env-sorter-rs"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6"

[features]
default = ["windows-only"]
windows-only = []