# 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 = "wagon" version = "0.4.0" authors = ["yasuyuky "] exclude = [".*"] description = "A command line utility to manage configuration files in one place" license = "MIT" repository = "https://github.com/yasuyuky/wagon" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.difflib] version = "0.4.0" [dependencies.dirs] version = "4.0.0" [dependencies.glob] version = "0.3.0" [dependencies.ignore] version = "0.4.18" [dependencies.libc] version = "0.2.126" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14"