# 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 = "deadnix" version = "1.2.1" authors = ["Astro "] description = "Find unused code in Nix projects" homepage = "https://github.com/astro/deadnix" documentation = "https://docs.rs/deadnix" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/astro/deadnix.git" [dependencies.ariadne] version = "0.3" [dependencies.clap] version = "4" [dependencies.rnix] version = "0.11" [dependencies.rowan] version = "0.15" [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.walkdir] version = "2" [features] default = ["json-out"] json-out = [ "serde", "serde_json", ]