# 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 = "printenv2" version = "0.1.3" authors = ["Xinkai Chen "] build = "build.rs" description = "A printenv rewrite in Rust" readme = "README.md" keywords = [ "printenv", "coreutils", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Xinkai/printenv2/" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.95" [build-dependencies.bindgen] version = "0.63.0" [target."cfg(target_family = \"windows\")".dependencies.windows] version = "0.42.0" features = [ "Win32_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_SystemServices", "Win32_System_Kernel", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", ]