[package] name = "blossom" version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # sqlx = { version = "0.5", default-features = false, features = ["macros", "offline", "migrate"] } reqwest = { version = "0.11", features = ["json"] } mastodon-async = { git = "https://sectorinf.com/cel/mastodon-async.git" } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } listenbrainz = "0.7" chrono = "0.4.23" serde_json = "1.0.97" time = "0.3.22" chrono-humanize = "0.2.2" markdown = "1.0.0-alpha.13" async-trait = "0.1.68" toml = "0.7.4" tokio-stream = { version = "0.1.14", features = ["fs"] } atom_syndication = "0.12.1" fluent = "0.16.0" poem = { version = "2.0.0", features = ["embed", "i18n", "session"] } askama = { git = "https://bunny.garden/forks/askama.git", features = ["with-poem"] } askama_poem = { git = "https://bunny.garden/forks/askama.git" } rust-embed = "8.2.0" rand = "0.8.5" thiserror = "1.0.56" tracing = "0.1.40" tracing-subscriber = "0.3.18"