# 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 = "cuddle" version = "0.2.0" publish = true description = "cuddle is a shuttle inspired script and configuration management tool. It enables sharing of workflows on developers workstations and ci" readme = "README.md" license-file = "LICENSE" repository = "https://git.front.kjuulh.io/kjuulh/cuddle" [[bin]] name = "cuddle" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" features = ["backtrace"] [dependencies.clap] version = "4.3.21" features = [ "env", "string", ] [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" features = ["clap"] [dependencies.envconfig] version = "0.10.0" [dependencies.git2] version = "0.17.2" features = [ "vendored-libgit2", "vendored-openssl", "ssh", ] default-features = false [dependencies.inquire] version = "0.6.2" features = ["console"] [dependencies.libz-sys] version = "1.1.12" features = [ "libc", "static", ] default-features = false [dependencies.log] version = "0.4.20" features = [ "std", "kv_unstable", ] [dependencies.openssl] version = "0.10.56" features = ["vendored"] [dependencies.rlua] version = "0.19.7" [dependencies.rlua-searcher] version = "0.1.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tempfile] version = "3.7.1" [dependencies.tera] version = "1.19.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "json", "env-filter", ] [dependencies.walkdir] version = "2.3.3"