# 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 = "pinix" version = "0.3.0" authors = ["Rémi Dupré "] description = "Progress In Nix - Pacman inspired frontend for Nix" homepage = "https://github.com/remi-dupre/pinix" readme = "README.md" keywords = [ "nix", "progress", ] categories = ["command-line-utilities"] license = "LGPL-3.0-or-later" repository = "https://github.com/remi-dupre/pinix" [profile.release] strip = true [[bench]] name = "parser" harness = false [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.clap] version = "4" features = [ "derive", "string", ] [dependencies.console] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "2" [dependencies.indicatif] version = "0.17" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_repr] version = "0.1" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "macros", "process", "rt", "time", ] [dev-dependencies.divan] version = "0.1"