# 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 = "social-image" version = "0.6.0" description = "Generate social images using SVG templates" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/clord/social-image" resolver = "2" [dependencies.bs58] version = "0.4.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.8" [dependencies.figment] version = "0.10.8" features = [ "env", "toml", "json", ] [dependencies.rand] version = "0.8.5" [dependencies.resvg] version = "0.28.0" features = ["text"] [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] [dependencies.rocket_prometheus] version = "0.10.0-rc.3" [dependencies.rustybuzz] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.tiny-skia] version = "0.8.2" [dependencies.tokio] version = "1.24.1" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "json", "env-filter", ] [dependencies.usvg] version = "0.28.0" [dependencies.uuid] version = "1.2.2" features = ["v4"] [dependencies.yansi] version = "0.5.1"