# 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 = "procop" version = "0.1.0" description = "Under development! A tool that will setup projects by copying files into it." license = "GPL-3.0-only" repository = "https://gitlab.com/thomassteinbach/procop" [dependencies.directories] version = "5.0.1" [dependencies.git2] version = "0.17.2" [dependencies.sanitise-file-name] version = "1.0.0" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_yaml] version = "0.9.24" [dependencies.testcontainers] version = "0.14.0"