diff --git a/Cargo.toml b/Cargo.toml index 3b6c4b0..1d1d0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ description = "Simple to use crate to create thumbnails and store them in a obje name = "basic" [dependencies] -object_store = { version = "0.7" , features = ["gcp"]} +object_store = { version = "0.7", features = ["gcp"] } image = { version = "0.24.7", default-features = false, features = ["png", "jpeg"] } -config = {version = "0.13", default-features = false, features = ["yaml"]} +config = { version = "0.13", default-features = false, features = ["yaml"] } thiserror = "1.0" -serde = {version = "1.0", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.32", features = ["full"] } bytes = "1.5" futures = "0.3.28"