# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "office-convert-server" version = "0.0.2" authors = ["Jacobtread "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP server for converting office file formats to PDFs" readme = "README.md" license = "MIT" repository = "https://github.com/jacobtread/office-convert-server" [[bin]] name = "office-convert-server" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7" features = ["multipart"] [dependencies.axum_typed_multipart] version = "0.11" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dotenvy] version = "0.15" [dependencies.libreofficekit] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2"