# 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 = "rust-actions-cache-api" version = "0.2.0" description = "GitHub Actions Cache API client for actions written in Rust." keywords = ["github", "actions", "gha", "cache"] categories = ["api-bindings", "caching", "development-tools"] license = "0BSD" repository = "https://github.com/jix/rust-actions/tree/main/cache-api" [dependencies.bytes] version = "1.1.0" [dependencies.reqwest] version = "0.11.8" features = ["json"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.15.0" features = ["io-util"] default-features = false [dependencies.tracing] version = "0.1.29" [dev-dependencies.color-eyre] version = "0.5.11" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.reqwest] version = "0.11.8" features = ["native-tls-vendored"] [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.5" features = ["env-filter"]