[package] name = "opendocs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" axum = { version = "0.6.20", features = ["tracing"] } cargo = "0.73.1" clap = { version = "4.4.4", features = ["derive", "env"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" tokio = { version = "1.32.0", features = ["net", "rt", "macros", "rt-multi-thread", "process", "io-util"] } tower = "0.4.13" # Use this until https://github.com/tokio-rs/axum/issues/1731 works tower-http = { git = "https://github.com/austenadler/tower-http", branch = "serve-dir-mount-point", features = ["fs", "tracing", "trace", "normalize-path"] } tracing = "0.1.37" tracing-subscriber = "0.3.17"