# 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" rust-version = "1.81" name = "pont" version = "0.3.0" authors = ["Mircea Teodor Oprea "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A project template tool that works with Git repositories and local directories." homepage = "https://soup.dev/pont" readme = "README.md" keywords = [ "template", "project", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/soupdevsolutions/pont" [lib] name = "pont" path = "src/lib.rs" [[bin]] name = "pont" path = "src/main.rs" [[test]] name = "test_pont" path = "tests/test_pont.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.auth-git2] version = "0.5.4" [dependencies.claim] version = "0.5.0" [dependencies.clap] version = "4.5.4" [dependencies.git2] version = "0.18.3" [dependencies.globset] version = "0.4.14" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.59" [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2.5.0"