[package] name = "access_control_near" version = "0.1.8" authors = ["Timur Guvenkaya"] edition = "2021" include = [ "Cargo.toml", "README.md", "LICENSE", "diagram1.png", "diagram2.png", "src/**", ] description = "Role-Based Access Control implementation for NEAR smart contracts." keywords = ["near", "halborn", "cli", "blockchain", "crypto"] categories = ["authentication", "no-std"] license= "MIT" [dependencies] near-sdk = "3.1.0" access_control_near_attribute= {version= "0.1.1", path = "./access_control_attribute/"}