# 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 = "renote" version = "0.1.1" authors = ["David Ko "] description = "renote, a complementary tool to use with gh to extend GitHub operation experience" homepage = "https://github.com/ecatlabs/renote" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ecatlabs/renote" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "2" [dependencies.dirs] version = "3.0" [dependencies.hubcaps-ex] version = "0.6.2" [dependencies.lazy_static] version = "1.4" [dependencies.libcli-rs] version = "0.1" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1.4.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.semver] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tera] version = "1" default-features = false [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.5" [build-dependencies.chrono] version = "0.4"