# 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 = "vcs2git" version = "0.3.0" description = "Import VCS .repos as Git submodules" homepage = "https://github.com/jerry73204/vcs2git/" documentation = "https://docs.rs/vcs2git/" readme = "README.md" license = "MIT" repository = "https://github.com/jerry73204/vcs2git.git" [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.git2] version = "0.18.2" [dependencies.indexmap] version = "2.2.3" features = ["serde"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_yaml] version = "0.9.31" [dependencies.url] version = "2.5.0" features = ["serde"]