# 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 = "lottie-renderer-service" version = "0.1.0" authors = [ "Marie Ramlow ", "Michael Rittmeister ", ] description = "Small http microservice to render lottie animation files." readme = "README.md" license = "MIT" resolver = "2" [dependencies.actix-cors] version = "0.6" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" [dependencies.gif] version = "0.11" [dependencies.lottieconv] version = "0.2.0" [dependencies.sha256] version = "1" [dependencies.thiserror] version = "1" [dependencies.webp-animation] version = "0.7.0"