[dependencies.anyhow]
version = "1.0.96"
[dependencies.azure_core]
features = ["tokio-fs"]
version = "0.21"
[dependencies.azure_storage_blobs]
version = "0.21"
[dependencies.base64]
version = "0.22"
[dependencies.bincode]
version = "1.3.3"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.derive_more]
features = ["add", "add_assign", "constructor", "debug", "deref", "deref_mut", "display", "from", "into"]
version = "2"
[dependencies.futures]
version = "0.3"
[dependencies.reqwest]
features = ["blocking", "json", "stream"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0.139"
[dependencies.serde_with]
features = ["chrono"]
version = "3.12"
[dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1.43"
[dependencies.tokio-util]
features = ["compat"]
version = "0.7.13"
[dependencies.url]
version = "2"
[dependencies.uuid]
version = "1.14.0"
[dev-dependencies.maelstrom-base]
version = "0.13.0"
[dev-dependencies.sha2]
version = "0.10.8"
[dev-dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1.43"
[lib]
name = "maelstrom_github"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Client code for communicating with GitHub APIs"
documentation = "https://maelstrom-software.com/doc/book/latest/"
edition = "2021"
homepage = "https://maelstrom-software.com"
license = "MIT OR Apache-2.0"
name = "maelstrom-github"
readme = "README.md"
repository = "https://github.com/maelstrom-software/maelstrom"
rust-version = "1.84.1"
version = "0.13.0"