# 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-editor" version = "0.3.0" include = [ "src/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "Some functions to modify NixOS configuration files" readme = "README.md" license = "MIT" repository = "https://github.com/vlinkz/nix-editor/" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.nixpkgs-fmt] version = "1.3" [dependencies.owo-colors] version = "3.5" [dependencies.rnix] version = "0.11" [dependencies.thiserror] version = "1.0"