# 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 = "github-issues-export" version = "0.1.5" authors = ["boxdot "] description = "Export GitHub issues to markdown files." readme = "README.md" keywords = [ "markdown", "github", "issues", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/boxdot/github-issues-export-rs" [dependencies.anyhow] version = "1.0.60" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.0" [dependencies.futures] version = "0.3.21" [dependencies.handlebars] version = "4.3.3" [dependencies.headers] version = "0.4.0" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.slug] version = "0.1.4" [dependencies.tokio] version = "1.20.1" features = [ "rt", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = [ "env-filter", "fmt", ]