# 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 = "dfs" version = "0.1.1" authors = ["Federico Stra "] description = "Dotfiles synchronizer" keywords = ["dotfiles", "configuration", "cli", "utility"] categories = ["command-line-utilities", "config"] license = "MIT" repository = "https://github.com/FedericoStra/dfs" resolver = "2" [[bin]] name = "dfs" required-features = ["build-binary"] [dependencies.anyhow] version = "1.0.53" features = ["backtrace"] [dependencies.clap] version = "3.0.10" features = ["derive", "cargo"] [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.9.0" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.thiserror] version = "1.0.30" [features] build-binary = ["logging"] default = ["build-binary"] logging = ["env_logger", "log"]