# 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 = "nixgen" version = "0.1.3" description = "View/manage and managing NixOS generations" homepage = "https://github.com/adam-gaia/nixgen" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-gaia/nixgen" [[bin]] name = "nixgen" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.gix] version = "0.64.0" [dependencies.jiff] version = "0.1.4" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19.0" [dependencies.petname] version = "2.0.2" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122"