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]
|
|
|
|
anyhow = "1.0.75"
|
2023-08-31 08:42:56 +01:00
|
|
|
async-trait = "0.1.73"
|
2023-09-22 17:21:08 +01:00
|
|
|
atrium-api = "0.7.0"
|
2023-08-31 14:09:42 +01:00
|
|
|
atrium-xrpc = "0.4.0"
|
2023-09-16 16:13:57 +01:00
|
|
|
axum = "0.6.20"
|
2023-09-06 07:26:03 +01:00
|
|
|
chat-gpt-lib-rs = "0.2.1"
|
2023-09-16 16:39:09 +01:00
|
|
|
chrono = "0.4.31"
|
2023-09-22 12:33:13 +01:00
|
|
|
clap = { version = "4.4.4", features = ["derive"] }
|
2023-09-07 18:20:38 +01:00
|
|
|
dotenv = "0.15.0"
|
2023-09-21 10:22:18 +01:00
|
|
|
env_logger = "0.10.0"
|
2023-08-18 20:11:49 +01:00
|
|
|
futures = "0.3.28"
|
|
|
|
libipld-core = { version = "0.16.0", features = ["serde-codec"] }
|
2023-09-21 09:36:47 +01:00
|
|
|
lingua = "1.5.0"
|
2023-09-21 10:22:18 +01:00
|
|
|
log = "0.4.20"
|
2023-09-16 20:07:00 +01:00
|
|
|
once_cell = "1.18.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"
|
2023-09-16 16:13:57 +01:00
|
|
|
serde = "1.0.188"
|
2023-09-16 16:39:09 +01:00
|
|
|
serde_ipld_dagcbor = "0.4.2"
|
2023-09-24 19:06:20 +01:00
|
|
|
sk-cbor = "0.1.2"
|
2023-08-31 08:42:56 +01:00
|
|
|
sqlx = { version = "0.7.1", default-features = false, features = ["postgres", "runtime-tokio-native-tls", "chrono"] }
|
2023-08-18 20:11:49 +01:00
|
|
|
tokio = { version = "1.32.0", features = ["full"] }
|
|
|
|
tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] }
|