2024-12-22 20:56:52 -03:00
|
|
|
[package]
|
|
|
|
name = "gb-utils"
|
2024-12-25 16:25:09 -03:00
|
|
|
version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
license = { workspace = true }
|
2024-12-22 20:56:52 -03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
gb-core = { path = "../gb-core" }
|
|
|
|
gb-document = { path = "../gb-document" }
|
|
|
|
gb-image = { path = "../gb-image" }
|
2024-12-25 16:25:09 -03:00
|
|
|
async-trait= { workspace = true }
|
|
|
|
tokio= { workspace = true }
|
|
|
|
serde= { workspace = true }
|
|
|
|
serde_json= { workspace = true }
|
|
|
|
thiserror= { workspace = true }
|
|
|
|
tracing= { workspace = true }
|
2024-12-22 20:56:52 -03:00
|
|
|
mime = "0.3"
|
|
|
|
mime_guess = "2.0"
|
|
|
|
uuid = { version = "1.6", features = ["v4"] }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-12-25 16:25:09 -03:00
|
|
|
rstest= { workspace = true }
|
2024-12-22 20:56:52 -03:00
|
|
|
tokio-test = "0.4"
|