# 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 = "cosmic-ext-config-templates" version = "1.1.0" authors = ["Ryan Brue "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple config template program for the COSMIC Desktop" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/ryanabx/cosmic-ext-config-templates" [lib] name = "cosmic_ext_config_templates" path = "src/lib.rs" [[bin]] name = "cosmic-ext-config-templates" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.walkdir] version = "2.5.0"