[package] name = "authorization" version = "0.1.2" authors = ["mohankumaranna "] edition = "2018" license = "MIT" description = "A Role Based Access Control (RBAC) library" readme = "README.md" homepage = "https://github.com/mohankumaranna/authorization" repository = "https://github.com/mohankumaranna/authorization" keywords = ["authorization", "role", "rbac", "access", "handlebar"] categories = ["web-programming::http-client"] [dependencies] serde = "1.0" serde_derive = "1.0" serde_json = "1.0" handlebars = "3.0.0" log = "0.4"