# 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 = "nixify" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to parse existing configuration files into nix syntax" readme = "README.md" license = "GPL-3.0" [lib] name = "nixify" path = "src/lib.rs" [[bin]] name = "nixify" path = "src/main.rs" [dependencies.clap] version = "4.4.0" features = [ "cargo", "derive", ] [dependencies.crossbeam-utils] version = "0.8.19" [dependencies.indexmap] version = "2.2.6" [dependencies.nixpkgs-fmt] version = "1.3.0" [dependencies.serde_json] version = "1.0.117" [dependencies.toml] version = "0.8.12" [dependencies.yaml-rust2] version = "0.8.0"