lemmy/crates/routes/Cargo.toml
Dessalines 23731cd49c
Trying out rust-musl-builder for cargo publish (#1856)
* Trying out rust-musl-builder for cargo publish

* Version 0.13.5-rc.1

* Try rust:nightly

* Version 0.13.5-rc.2

* Try rust slim

* Version 0.13.5-rc.3

* Try rust 1.51

* Version 0.13.5-rc.4

* Trying another nightly

* Version 0.13.5-rc.5

* Trying another fix

* Version 0.13.5-rc.6
2021-10-21 13:26:01 -04:00

36 lines
1.3 KiB
TOML

[package]
name = "lemmy_routes"
version = "0.13.5-rc.6"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib]
doctest = false
[dependencies]
lemmy_utils = { version = "=0.13.5-rc.6", path = "../utils" }
lemmy_websocket = { version = "=0.13.5-rc.6", path = "../websocket" }
lemmy_db_views = { version = "=0.13.5-rc.6", path = "../db_views" }
lemmy_db_views_actor = { version = "=0.13.5-rc.6", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.13.5-rc.6", path = "../db_schema" }
lemmy_api_common = { version = "=0.13.5-rc.6", path = "../api_common" }
lemmy_apub_lib = { version = "=0.13.5-rc.6", path = "../apub_lib" }
diesel = "1.4.8"
actix = "0.12.0"
actix-web = { version = "4.0.0-beta.9", default-features = false, features = ["rustls"] }
actix-web-actors = { version = "4.0.0-beta.7", default-features = false }
actix-http = "3.0.0-beta.10"
sha2 = "0.9.8"
log = "0.4.14"
anyhow = "1.0.44"
chrono = { version = "0.4.19", features = ["serde"] }
rss = "1.10.0"
serde = { version = "1.0.130", features = ["derive"] }
awc = { version = "3.0.0-beta.8", default-features = false }
url = { version = "2.2.2", features = ["serde"] }
strum = "0.21.0"
lazy_static = "1.4.0"