[package] name = "minos" version = "0.9.0-rc.1" edition = "2021" authors = ["johnteper "] description = "Authorization library" homepage = "https://github.com/jonhteper/minos" license = "MIT" repository = "https://github.com/jonhteper/minos" [package.metadata.docs.rs] all-features = true [dependencies] thiserror = "1.0.38" pest = "2.1" pest_derive = "2.1" getset = "0.1.2" derived = "0.4.2" parse-display = "0.8.0" lazy_static = "1.4.0" regex = "1.8.4" either = "1.8.1" [dev-dependencies] chrono = "0.4.26"