# 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 = "xmpp-http-upload" version = "0.5.1" authors = ["Luna (nyovaya) l.lux@magenta.de"] exclude = ["/tests"] description = "A simple external http upload server for XMPP" readme = "README.md" keywords = [ "xmpp", "http", "jabber", ] license = "MPL-2.0" repository = "https://gitlab.com/nyovaya/xmpp-http-upload" [dependencies.chrono] version = "0.4.38" features = [ "now", "serde", ] default-features = false [dependencies.daemonize] version = "0.5.0" [dependencies.getargs] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "1.1.0" [dependencies.libpq] version = "4.1.0" optional = true [dependencies.lockfile] version = "0.4.0" [dependencies.mime] version = "0.3" [dependencies.mime_serde_shim] version = "0.2" [dependencies.percent-encoding] version = "2.3.1" [dependencies.qstring] version = "0.7.2" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.11.0" optional = true [dependencies.serde_derive] version = "1.0.80" [dependencies.sha2] version = "0.10.8" [dependencies.signal-hook] version = "0.3.17" [dependencies.sqlite] version = "0.36.0" optional = true [dependencies.tiny_http] version = "0.12.0" default-features = false [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5.0" [dev-dependencies.curl] version = "0.4.46" default-features = false [dev-dependencies.digest] version = "0.10.7" default-features = false [dev-dependencies.nanorand] version = "0.7.0" features = [ "wyrand", "alloc", ] default-features = false [dev-dependencies.unicode-blocks] version = "0.1.9" [features] default = [ "postgres", "sqlite", "localfiledb", ] localfiledb = ["dep:serde_cbor"] postgres = ["dep:libpq"] sqlite = ["dep:sqlite"]