# 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 = "gram-cli" version = "0.1.0" authors = ["Stephen OBrien "] description = "gram is a cli for automating github interactions.\n" homepage = "https://github.com/wayofthepie/gram-cli" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wayofthepie/gram-cli" [[bin]] name = "gram" path = "src/main.rs" [dependencies.anyhow] version = "1.0.27" [dependencies.async-trait] version = "0.1.24" [dependencies.openssl-sys] version = "0.9.54" features = ["vendored"] [dependencies.reqwest] version = "0.10.4" features = ["json"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.structopt] version = "0.3.11" [dependencies.tokio] version = "0.2.13" features = ["macros"] [dependencies.toml] version = "0.5.6"