# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mkrepo" version = "0.1.3" authors = ["himanoa "] description = "Create repository directory for ghq style" homepage = "https://github.com/himanoa/mkrepo" readme = "README.md" keywords = ["cli", "ghq"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/himanoa/mkrepo" [[bin]] name = "mkrepo" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.envy] version = "0.4.0" [dependencies.failure] version = "0.1.5" [dependencies.git2] version = "0.10" [dependencies.gitconfig] version = "0.1.0" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.shellexpand] version = "1.0.0" [dependencies.toml] version = "0.5.3" [dev-dependencies.tempfile] version = "3.1.0"