# 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 = "sindri" version = "0.1.0" description = "Rust SDK for the Sindri API" readme = "README.md" keywords = [ "sindri", "sdk", "api", "rust", ] license = "MIT" repository = "https://github.com/Sindri-Labs/sindri-rs" [dependencies.anyhow] version = "1.0.0" [dependencies.flate2] version = "1.0.0" [dependencies.reqwest] version = "0.12.4" features = [ "default", "blocking", "multipart", "json", "socks", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4.41" [dependencies.tokio] version = "1.37.0" features = ["full"]