mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Update push
This commit is contained in:
@@ -37,12 +37,14 @@ multipart = { features = ["server"], git = 'https://github.com/lifegpc/multipart
|
||||
openssl = { version = "0.10", optional = true }
|
||||
parse-size = "1"
|
||||
proc_macros = { path = "proc_macros" }
|
||||
rand = { version = "0", optional = true }
|
||||
regex = "1"
|
||||
reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "socks", "stream"] }
|
||||
rusqlite = { version = "0.29", features = ["bundled", "chrono"], optional = true }
|
||||
RustyXML = "0.3"
|
||||
serde = "1"
|
||||
serde_json = { version = "1", optional = true }
|
||||
serde_urlencoded = { version = "*", optional = true }
|
||||
tokio = { version = "1.27", features = ["rt", "macros", "rt-multi-thread", "time"] }
|
||||
url = "2.3"
|
||||
urlparse = "0.7"
|
||||
@@ -60,7 +62,7 @@ db_all = ["db", "db_sqlite"]
|
||||
db_sqlite = ["rusqlite"]
|
||||
docker = []
|
||||
exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "utf16string"]
|
||||
server = ["async-trait", "base64", "db", "hex", "hyper", "multipart", "openssl", "serde_json"]
|
||||
server = ["async-trait", "base64", "db", "hex", "hyper", "multipart", "openssl", "serde_json", "rand", "serde_urlencoded"]
|
||||
ugoira = ["avdict", "bindgen", "cmake", "link-cplusplus"]
|
||||
|
||||
[patch.crates-io]
|
||||
|
||||
Reference in New Issue
Block a user