aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 69542a8529ca323ccf6f6743440b4cd78679b312 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                  
                     
                
                         




                                                                 

              


                      
                                                             
              
              
                                                                                           
                                                                                   

                                                                     
                                                   
                     
              
[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 <alyx@aleteoryx.me>"]
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"