[package] name = "adrift_core" version = "0.0.11" edition = { workspace = true } authors = { workspace = true } keywords = { workspace = true } license = { workspace = true } readme = { workspace = true } repository = { workspace = true } description = "Adrift a web framework for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.76" async-trait = "0.1.75" clap = { version = "4.4.11", features = ["derive"] } convert_case = "0.6.0" dotenv = "0.15.0" job_queue = "0.0.19" log = "0.4.20" rocket = { version = "0.5.0", features = ["json"] } rocket_dyn_templates = { version = "0.1.0", features = ["tera"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" silhouette = "0.1.0" tokio = { version = "1.35.1", features = ["full"] } tracing-subscriber = { version = "0.3.18", features = ["json"] }