[package] name = "grafbase-local-server" version = "0.19.2" edition = "2021" description = "A wrapper for the grafbase worker" license = "Apache-2.0" homepage = "https://grafbase.com" keywords = ["grafbase"] readme = "README.md" repository = "https://github.com/grafbase/grafbase" include = ["/src", "/assets"] [dependencies] anyhow = "1" async-trait = "0.1" axum = "0.6" base64 = "0.21" chrono = { version = "0.4", features = ["serde"] } combine = "4" dotenv = "0.15" exitcode = "1" filetime = "0.2" futures-util = "0.3" hyper = "0.14" integer-encoding = "3" ipnet = "2" itertools = "0.10" log = "0.4" notify = { version = "5", default-features = false, features = [ "macos_fsevent", ] } notify-debouncer-mini = { version = "0.2", default-features = false } once_cell = "1" regex = "1" reqwest = { version = "0.11", features = [ "rustls-tls", "json", ], default-features = false } rust-embed = { version = "6", features = ["compression"] } serde = { version = "1", features = ["serde_derive"] } serde_json = "1" slug = "0.1" sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "sqlite", "json", ] } strip-ansi-escapes = "0.1" strum = { version = "0.24", features = ["derive"] } tantivy = "0.19" tempfile = "3" thiserror = "1" tokio = { version = "1", features = ["full"] } tower-http = { version = "0.4", features = ["trace"] } tracing = "0.1" unicode-normalization = "0.1" uuid = { version = "1", features = ["v4"] } version-compare = "0.1" which = "4" common = { package = "grafbase-local-common", path = "../common", version = "0.19.2" } [dev-dependencies] serde_json = "1" [features] dynamodb = []