# 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-rust" version = "0.2.0" authors = ["kjuulh "] publish = true description = "A common set of components for dagger-sdk, which enables patterns such as build, test and publish" readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.73" [dependencies.dagger-sdk] version = "0.2.22" [dependencies.eyre] version = "0.6.8" [dependencies.tokio] version = "1.31.0"