# 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 = "pijul-config" version = "0.0.1" authors = ["Pierre-Étienne Meunier "] include = [ "Cargo.toml", "src", ] description = "Configuration for the pijul version control system" license = "GPL-2.0" repository = "https://nest.pijul.com/pijul/pijul" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.dialoguer] version = "0.10" features = ["editor"] default-features = false [dependencies.dirs-next] version = "2.0" [dependencies.edit] version = "0.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5" features = ["preserve_order"] [dependencies.whoami] version = "1.4" default-features = false