# 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 = "dacquiri" version = "0.5.1" authors = ["d0nut "] description = "An authorization framework with compile-time enforcement." homepage = "https://resync.gg" readme = "README.md" keywords = [ "authorization", "abac", "access", "authz", "security", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/resyncgg/dacquiri" [[example]] name = "simple" [[example]] name = "bank" [dependencies.async-trait] version = "0" [dependencies.dacquiri_derive] version = "0.5.1" optional = true [dependencies.fxhash] version = "0" [dependencies.thiserror] version = "1" [dev-dependencies.parking_lot] version = "0" [dev-dependencies.paste] version = "1" [dev-dependencies.rand] version = "0" [dev-dependencies.trybuild] version = "1" [features] default = ["derive"] derive = ["dacquiri_derive"]