# 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] name = "extract-repo-url" version = "1.0.1" authors = ["rhysd "] include = ["LICENSE.txt", "Cargo.toml", "src/*.rs"] description = "Small CLI tool to extract repository URL from text (from clipboard by default)" homepage = "https://github.com/rhysd/extract-repo-url#readme" readme = "README.md" keywords = ["github", "gitlab", "bitbucket", "url", "extract"] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/rhysd/extract-repo-url" [dependencies.clap] version = "2.32" [dependencies.clipboard] version = "0.5" [dependencies.lazy_static] version = "1.1" [dependencies.regex] version = "1.0" [badges.maintenance] status = "actively-developed"