# 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 = "hdn" version = "1.0.0" description = "Utility for updating home.nix" readme = "README.md" keywords = ["nix"] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/seasonedfish/hdn" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.indexmap] version = "1.9.3" [dependencies.owo-colors] version = "3.5.0" [dependencies.rnix] version = "0.11.0" [dependencies.similar] version = "2.2.1" features = ["inline"] [dependencies.thiserror] version = "1.0.40"