2024-10-22 18:54:32 +00:00
|
|
|
[package]
|
2024-11-19 12:35:33 +00:00
|
|
|
name = "xmpd-cache"
|
2024-10-22 18:54:32 +00:00
|
|
|
edition = "2021"
|
|
|
|
readme="README.md"
|
|
|
|
authors.workspace = true
|
2024-11-19 12:35:33 +00:00
|
|
|
version.workspace = true
|
2024-10-22 18:54:32 +00:00
|
|
|
repository.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
autobins = false
|
|
|
|
autotests = false
|
|
|
|
autoexamples = false
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["rlib"]
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-19 12:35:33 +00:00
|
|
|
xmpd-settings.path = "../xmpd-settings"
|
|
|
|
xmpd-manifest.path = "../xmpd-manifest"
|
|
|
|
xmpd-cliargs.path = "../xmpd-cliargs"
|
|
|
|
anyhow.workspace = true
|
|
|
|
camino.workspace = true
|
|
|
|
lazy_static.workspace = true
|
|
|
|
log.workspace = true
|
|
|
|
uuid.workspace = true
|
2024-11-21 20:52:57 +00:00
|
|
|
reqwest.workspace = true
|
|
|
|
url.workspace = true
|
|
|
|
image.workspace = true
|