2023-03-14 21:46:04 +01:00
|
|
|
[package]
|
2023-03-18 15:23:24 +01:00
|
|
|
name = "dagger-bootstrap"
|
2023-03-14 21:46:04 +01:00
|
|
|
version = "0.2.10"
|
|
|
|
edition = "2021"
|
|
|
|
readme = "README.md"
|
|
|
|
license-file = "LICENSE.MIT"
|
|
|
|
description = "A dagger sdk for rust, written in rust"
|
2023-03-18 15:23:24 +01:00
|
|
|
repository = "https://github.com/kjuulh/dagger-sdk"
|
2023-03-14 21:46:04 +01:00
|
|
|
publish = true
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dagger-core = { workspace = true }
|
|
|
|
dagger-codegen = { workspace = true }
|
|
|
|
|
|
|
|
eyre = { workspace = true }
|
|
|
|
color-eyre = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
|
|
|
|
|
|
|
clap = "4.1.6"
|
|
|
|
dirs = "4.0.0"
|
|
|
|
flate2 = { version = "1.0.25", features = ["zlib"] }
|
|
|
|
graphql-introspection-query = "0.2.0"
|
|
|
|
graphql_client = { version = "0.12.0", features = ["reqwest"] }
|
|
|
|
hex = "0.4.3"
|
|
|
|
hex-literal = "0.3.4"
|
|
|
|
platform-info = "1.0.2"
|
|
|
|
reqwest = { version = "0.11.14", features = ["stream", "deflate"] }
|
|
|
|
sha2 = "0.10.6"
|
|
|
|
tar = "0.4.38"
|
|
|
|
tempfile = "3.3.0"
|