# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "confit" version = "1.3.2" authors = ["Judson "] description = "Making sure your work is properly preserved" homepage = "https://indiecc.com/~nyarly/confit" keywords = ["cli", "vcs", "git", "ci", "tools"] categories = ["command-line-utilities", "development-tools"] license-file = "LICENSE.md" repository = "https://github.com/nyarly/confit" [dependencies.anyhow] version = "^1.0.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "~2.33.3" features = ["wrap_help"] [dependencies.fake] version = "^2.4.1" features = ["derive", "chrono"] [dependencies.getrandom] version = "^0.2.3" [dependencies.include_dir] version = "^0.6.1" [dependencies.lazy_static] version = "^1.4.0" [dependencies.nom] version = "5" [dependencies.rand] version = "^0.8.4" [dependencies.serde] version = "^1.0.0" features = ["derive"] [dependencies.serde_json] version = "^1.0.0" [dependencies.tera] version = "^1.11.0" features = ["builtins"] default-features = false