# 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 = "devenv" version = "0.1.0" authors = ["Lyssietn "] description = "An application for settung up new projects/environments based on templates." homepage = "https://github.com/lyssieth/devenv" readme = "README.md" license = "MIT" repository = "https://github.com/lyssieth/devenv" resolver = "2" [dependencies.argh] version = "0.1.7" [dependencies.bincode] version = "2.0.0-rc.1" features = ["serde"] [dependencies.cached] version = "0.34.0" [dependencies.color-eyre] version = "0.6.1" [dependencies.dirs] version = "4.0.0" [dependencies.paris] version = "1.5.13" features = [ "macros", "no_logger", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.tinytemplate] version = "1.2.1"