# 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 = "xdm" version = "0.4.1" description = "XXiaoA's dotfiles manager" homepage = "https://crates.io/crates/xdm" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/XXiaoA/xdm/" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.63" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.path-absolutize] version = "3.0.13" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_yaml] version = "0.9.10"