[package] name = "dew-kernel-factory" version = "0.1.0" edition = "2021" rust-version = "1.86" [lib] crate-type = ["cdylib", "rlib"] [dependencies] common_data = { path = "../common_data" } near-plugins = { git = "https://github.com/Near-One/near-plugins", tag = "v0.5.0" } near-sdk = { version = "5.24.0", features = ["global-contracts"] } near-contract-standards = "5.15.1" borsh = { version = "1.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [features] default = []