[package] name = "lfm_embed" version = "0.2.1-pre" edition = "2021" license = "AGPL-3.0-only" repository = "https://git.aleteoryx.me/cgit/lfm_embed" readme = "README.md" authors = ["Aleteoryx "] description = "A simple webserver for rendering a last.fm embed." documentation = "https://git.aleteoryx.me/cgit/lfm_embed/about" [dependencies] dotenv = "0.15.0" duration-str = "0.5.1" env_logger = "0.10.0" handlebars = { version = "4.3.7", features = ["dir_source"] } http = "0.2.9" log = "0.4.19" mlua = { version = "0.9.7", features = ["serialize", "send", "luau", "async", "unstable"] } reqwest = { version = "0.11.18", features = ["gzip", "deflate", "brotli", "json"] } serde = { version = "1.0.183", features = ["derive", "rc", "alloc"] } serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] } urlencoding = "2.1.3" warp = "0.3.5"