# 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 = "casbin-rb-adapter" version = "0.1.9" authors = ["plucky"] description = "Rbatis adapter for casbin, support database save and load rules." documentation = "https://docs.rs/crate/casbin-rb-adapter/" readme = "README.md" keywords = [ "casbin", "adapter", "rbatis", "rbac", "database", ] license = "Apache-2.0" repository = "https://github.com/cody-why/casbin-rb-adapter" [dependencies.async-trait] version = "0" [dependencies.casbin] version = "2" default-features = false [dependencies.rbatis] version = "4" [dependencies.rbs] version = "4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1" [dev-dependencies.rbdc-mysql] version = "4" [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0" [features] default = ["runtime-tokio"] runtime-async-std = ["casbin/runtime-async-std"] runtime-tokio = ["casbin/runtime-tokio"] tracing = []