# 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 = "devenvious" version = "0.1.1" default-run = "dvnv" description = "Apply & update git-based devenv templates" homepage = "https://gitlab.com/txlab/dx/devenvious" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/txlab/dx/devenvious" [[bin]] name = "devenvious" path = "src/main.rs" [[bin]] name = "dvnv" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.clone_with] version = "0.1.0" [dependencies.git-trailers] version = "0.1.0" [dependencies.git2] version = "0.18.3" default-features = false [dependencies.inline_colorization] version = "0.1.6" [dependencies.promptly] version = "0.3.1" [dependencies.serde] version = "1.0.193" features = [ "derive", "serde_derive", ] [dependencies.ureq] version = "2.9.0" features = ["json"]