# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "minos" version = "0.9.0-rc.1" authors = ["johnteper "] description = "Authorization library" homepage = "https://github.com/jonhteper/minos" readme = "README.md" license = "MIT" repository = "https://github.com/jonhteper/minos" [package.metadata.docs.rs] all-features = true [dependencies.derived] version = "0.4.2" [dependencies.either] version = "1.8.1" [dependencies.getset] version = "0.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.parse-display] version = "0.8.0" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.regex] version = "1.8.4" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.chrono] version = "0.4.26"