[package] name = "limbo_uuid" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [lib] crate-type = ["cdylib", "lib"] [features] static= [ "limbo_ext/static" ] [dependencies] limbo_ext = { path = "../core", features = ["static"] } uuid = { version = "1.11.0", features = ["v4", "v7"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] mimalloc = { version = "*", default-features = false }