[package] name = "mycelium-memory-db" description = "Provide memory database adapters to the mycelium project." edition.workspace = true authors.workspace = true version.workspace = true license.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true readme.workspace = true [dependencies] myc-core = { version = "6.2.0", path = "../../core" } mycelium-base = { version = "6.2.0", path = "../../base" } mycelium-config = { version = "6.2.0", path = "../../config" } env_logger.workspace = true log.workspace = true shaku.workspace = true actix-web = { version = "4", features = ["openssl"] } async-trait = "0.1" wildmatch = "2.1" [lib] name = "myc_mem_db" path = "src/lib.rs" crate-type = ["staticlib", "lib"]