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