# 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 = "dobby" version = "0.1.5" authors = ["Dylan Anthony "] description = "A command line tool for automating common development tasks" homepage = "https://dobby-dev.github.io/dobby/" documentation = "https://dobby-dev.github.io/dobby/" keywords = ["jira", "git", "github", "workflow", "script"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/dobby-dev/dobby" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.0.9" features = ["cargo"] [dependencies.color-eyre] version = "0.6.0" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.9.0" [dependencies.execute] version = "0.2.9" [dependencies.git-conventional] version = "0.11.2" [dependencies.git2] version = "0.13.25" [dependencies.http] version = "0.2.6" [dependencies.markdown] version = "0.3.0" [dependencies.platform-dirs] version = "0.3.0" [dependencies.semver] version = "1.0.4" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.75" features = ["preserve_order"] [dependencies.toml] version = "0.5.8" [dependencies.toml_edit] version = "0.13.0" [dependencies.ureq] version = "2.4.0" features = ["json"] [dev-dependencies.tempfile] version = "3.3.0" [features]