# 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 = "dagger-rs" version = "0.2.10" publish = true description = "A dagger sdk for rust, written in rust" readme = "README.md" license-file = "LICENSE.MIT" repository = "https://github.com/kjuulh/dagger-rs" [dependencies.clap] version = "4.1.6" [dependencies.color-eyre] version = "0.6.2" [dependencies.dagger-codegen] version = "^0.2.5" [dependencies.dagger-core] version = "^0.2.3" [dependencies.dirs] version = "4.0.0" [dependencies.eyre] version = "0.6.8" [dependencies.flate2] version = "1.0.25" features = ["zlib"] [dependencies.genco] version = "0.17.3" [dependencies.graphql-introspection-query] version = "0.2.0" [dependencies.graphql_client] version = "0.12.0" features = [ "reqwest", "reqwest-blocking", ] [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.platform-info] version = "1.0.2" [dependencies.reqwest] version = "0.11.14" features = [ "stream", "blocking", "deflate", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.sha2] version = "0.10.6" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.25.0" features = ["full"]