2023-08-18 20:11:49 +01:00
|
|
|
[package]
|
|
|
|
name = "nederlandskie"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-09-22 12:33:13 +01:00
|
|
|
default-run = "nederlandskie"
|
2023-08-18 20:11:49 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-18 12:35:41 +01:00
|
|
|
anyhow = "1.0.86"
|
|
|
|
async-trait = "0.1.81"
|
|
|
|
atrium-api = "0.24.2"
|
|
|
|
atrium-xrpc = "0.11.3"
|
|
|
|
atrium-xrpc-client = "0.5.6"
|
|
|
|
axum = "0.7.5"
|
|
|
|
chat-gpt-lib-rs = "0.5.1"
|
|
|
|
chrono = "0.4.38"
|
|
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
2023-09-07 18:20:38 +01:00
|
|
|
dotenv = "0.15.0"
|
2024-08-18 12:35:41 +01:00
|
|
|
env_logger = "0.11.5"
|
|
|
|
http = "1.1.0"
|
|
|
|
ipld-core = "0.4.1"
|
2023-12-22 09:43:52 +00:00
|
|
|
lingua = "1.6.2"
|
2024-08-18 12:35:41 +01:00
|
|
|
log = "0.4.22"
|
2023-12-22 09:43:52 +00:00
|
|
|
once_cell = "1.19.0"
|
2023-08-18 20:11:49 +01:00
|
|
|
rs-car = "0.4.1"
|
2023-08-31 14:09:42 +01:00
|
|
|
scooby = "0.5.0"
|
2024-08-18 12:35:41 +01:00
|
|
|
serde = "1.0.208"
|
|
|
|
serde_ipld_dagcbor = "0.6.1"
|
2023-09-24 19:06:20 +01:00
|
|
|
sk-cbor = "0.1.2"
|
2024-08-18 12:35:41 +01:00
|
|
|
sqlx = { version = "0.8.0", default-features = false, features = ["postgres", "runtime-tokio-native-tls", "chrono"] }
|
2024-11-17 18:28:27 +00:00
|
|
|
tokio = { version = "1.41.1", features = ["full"] }
|
|
|
|
tokio-stream = "0.1.16"
|
2024-08-18 12:35:41 +01:00
|
|
|
tokio-tungstenite = { version = "0.23.1", features = ["native-tls"] }
|