# 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 = "ycm" version = "0.1.1" authors = ["Jorge Mayoral Álvarez "] description = "Yorch's Config Manager" homepage = "https://jorgemayoral.github.io/ycm/" readme = "README.md" keywords = [ "dotfiles", "cli", "configuration", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/JorgeMayoral/ycm" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.2" [dependencies.directories] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113"