# 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 = "ssdcg" version = "0.8.2" description = "DEPRECATED: Use the crate ssd instead." homepage = "https://github.com/hardliner66/ssdcg" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hardliner66/ssdcg" [[bin]] name = "ssd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.13" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.1.5" [dependencies.derive_more] version = "0.99.17" [dependencies.faccess] version = "0.2.4" [dependencies.getset] version = "0.1.2" [dependencies.glob] version = "0.3.1" [dependencies.handlebars] version = "4.3.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.liquid] version = "0.26.1" [dependencies.liquid-derive] version = "0.26.1" [dependencies.pest] version = "2.5.6" [dependencies.pest_derive] version = "2.5.6" [dependencies.regex] version = "1.7.3" [dependencies.rhai] version = "1.13.0" features = [ "serde", "metadata", "internals", ] [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.shellexpand] version = "3.1.0" [dependencies.tera] version = "1.18.1" [dependencies.termcolor] version = "1.2.0" [dev-dependencies.insta] version = "1.29.0" features = ["ron"]