[package]
name = "idkthings_core"
version = "0.1.1"
edition = "2021"
description = "core stuff for idkthings"
license = "MIT"
[dependencies]
async-graphql = { version = "4.0", features = ["uuid", "chrono"] }
async-graphql-poem = "4.0.15"
poem = "1.3.45"
async-trait = "0.1.57"
reqwest = { version = "0.11.12", features = ["json"] }
serde = "1.0.147"
sqlx = { version = "0.6.2", features = [
"runtime-tokio-native-tls",
"postgres",
"migrate",
] }
bson = { version = "2.4.0", features = ["uuid-1"] }
uuid = "1.2.1"
log = "0.4"
env_logger = "0.9.0"
serde_json = { version = "1.0.91" }
idkthings_core_macros = { version = "0.1.0" }
[lib]