# 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 = "cloner" version = "0.1.1" authors = ["Kijima Daigo "] description = "Literate git clone." documentation = "http://kijimaD.github.io/cloner/cloner/" readme = "README.md" keywords = [ "git", "clone", ] license-file = "LICENSE" repository = "https://github.com/kijimaD/cloner" resolver = "2" [dependencies.clap] version = "^3.0" features = ["derive"] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.shellexpand] version = "^2.1" [dependencies.toml] version = "^0.4"