# 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 = "projectctl" version = "1.0.0" authors = ["Guillaume Leroy "] build = "build.rs" description = "CLI tool to manage project" readme = "README.md" keywords = [ "templating", "project", "lifecycle", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/leroyguillaume/projectctl" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.exitcode] version = "1.1" [dependencies.fs2] version = "0.4" [dependencies.git2] version = "0.15" [dependencies.home] version = "0.5" [dependencies.jsonschema] version = "0.16" [dependencies.liquid] version = "0.26" [dependencies.log] version = "0.4" features = ["std"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.stub_trait] version = "1.0" [build-dependencies.git2] version = "0.15" [build-dependencies.openssl] version = "0.10" features = ["vendored"] [build-dependencies.regex] version = "1.7"