# 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 = "nix-melt" version = "0.1.3" authors = ["figsoda "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A ranger-like flake.lock viewer" homepage = "https://github.com/nix-community/nix-melt" readme = "README.md" keywords = [ "cli", "flake", "nix", "tui", "viewer", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/nix-community/nix-melt" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "nix-melt" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "cargo", "derive", "unicode", "wrap_help", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.eyre] version = "0.6.12" [dependencies.indexmap] version = "2.5.0" features = ["serde"] [dependencies.parse-display] version = "0.10.0" [dependencies.ratatui] version = "0.28.1" features = ["crossterm"] default-features = false [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "formatting", "local-offset", "serde", ] [build-dependencies.clap] version = "4.5.17" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.26" [build-dependencies.clap_mangen] version = "0.2.23"