actix-casbin-auth 1.1.0

Casbin actix-web access control middleware
Documentation
# 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 = "2018"
name = "actix-casbin-auth"
version = "1.1.0"
authors = [
    "Eason Chai <hackerchai.com@gmail.com>",
    "Cheng JIANG <jiang.cheng@vip.163.com>",
]
description = "Casbin actix-web access control middleware"
homepage = "https://github.com/casbin-rs/actix-casbin-auth"
readme = "README.md"
license = "Apache-2.0"

[profile.dev]
split-debuginfo = "unpacked"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[lib]
name = "actix_casbin_auth"
path = "src/lib.rs"

[dependencies.actix-service]
version = "2.0.0"

[dependencies.actix-web]
version = "4.0.1"
default-features = false

[dependencies.async-std]
version = "1.10.0"
optional = true
default-features = false

[dependencies.casbin]
version = "2.0.9"
features = [
    "incremental",
    "cached",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.tokio]
version = "1.17.0"
optional = true
default-features = false

[dev-dependencies.actix-rt]
version = "2.7.0"

[dev-dependencies.async-std]
version = "1.10.0"
features = ["attributes"]

[dev-dependencies.tokio]
version = "1.17.0"
features = ["full"]

[features]
default = ["runtime-tokio"]
explain = ["casbin/explain"]
logging = ["casbin/logging"]
runtime-async-std = [
    "casbin/runtime-async-std",
    "async-std/std",
]
runtime-tokio = [
    "casbin/runtime-tokio",
    "tokio/sync",
]