# 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 = "npkg" version = "0.1.2" include = [ "src/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "Some functions to manage and install packages on NixOS" readme = "README.md" license = "MIT" repository = "https://github.com/vlinkz/npkg/" resolver = "2" [lib] name = "npkg" path = "src/libnpkg/mod.rs" [dependencies.bimap] version = "0.6.2" features = ["serde"] [dependencies.brotli] version = "3.3.4" [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.curl] version = "0.4.43" [dependencies.nix-editor] version = "0.2.11" [dependencies.owo-colors] version = "3.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"