# 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 = "commit--cli" version = "0.2.0" description = "Command-line tool for publishing git commits to commit--blog.com" homepage = "https://commit--blog.com/cli" readme = "readme.md" keywords = ["cli", "git", "commit", "blog", "commit--blog"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/uniphil/commit--cli" resolver = "2" [[bin]] name = "git-blog" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.git2] version = "0.13" [dependencies.httparse] version = "1.5" [dependencies.keyring] version = "1.0" [dependencies.oauth2] version = "4.1" features = ["ureq"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.ureq] version = "2.3" [dependencies.webbrowser] version = "0.5" [features] insecure = []