# 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 = "2018" name = "bitbucket_server_cli" version = "0.4.5" authors = ["Jens Brimfors "] include = ["src/**/*.rs", "Cargo.toml"] description = "A CLI for cloning and updating entire projects from bitbucket server" homepage = "https://github.com/jensim/bitbucket_server_cli/" documentation = "https://github.com/jensim/bitbucket_server_cli/blob/main/README.md" readme = "README.md" keywords = ["cli", "bitbucket", "git", "clone"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/jensim/bitbucket_server_cli/" [dependencies.atomic-counter] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.dialoguer] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.generic_error] version = "0.2" [dependencies.indicatif] version = "0.16" [dependencies.pickledb] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.12" features = ["full"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-test] version = "0.4" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "main" repository = "jensim/bitbucket_server_cli"