# 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 = "cargo_bullhorn" version = "0.3.0" authors = ["jeikabu "] description = "CLI tool to publish articles and update them." categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/jeikabu/cargo_bullhorn" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-beta" [dependencies.futures] version = "0.3" [dependencies.git] version = "0.13" optional = true package = "git2" [dependencies.graphql_client] version = "0.9" optional = true [dependencies.indicatif] version = "0.16" [dependencies.oauth1-request] version = "0.5" optional = true [dependencies.open] version = "1.7" optional = true [dependencies.quick-xml] version = "0.22" optional = true [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rss] version = "1.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2.1" [dependencies.slug] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.5.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.zstd] version = "0.9" [features] default = ["devto", "github_pages", "hashnode", "medium"] devto = [] github_pages = ["git"] hashnode = ["graphql_client", "quick-xml"] medium = ["rss", "quick-xml"]