# 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 = "octomate" version = "0.1.0" authors = ["Maximilien DI DIO "] description = "Automate things using the Github API" readme = "README.md" keywords = [ "api", "github", "tool", ] license = "MIT" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.futures] version = "0.3.21" [dependencies.hyper] version = "0.14.18" features = [ "http2", "tcp", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.mockito] version = "0.31.0" [dependencies.octocrab] version = "0.15.4" [dependencies.rpassword] version = "6.0.1" [dependencies.rprompt] version = "1.0.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8.23" [dependencies.snafu] version = "0.7.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "tracing-log", "env-filter", ]