# 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 = "clone-project-manager" version = "2.0.3" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically Clone GitHub repositories into a structured workspace. And use it in your VSCode or NVim's project manager." readme = "README.md" license = "MIT" [lib] name = "clone_lib" path = "src/lib.rs" [[bin]] name = "clone" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.auth-git2] version = "0.5" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.dirs] version = "5.0" [dependencies.git2] version = "0.19" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8" [features] cli = ["clap"] default = ["cli"]