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