# 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 = "dynamodb-adapter" version = "0.1.0" authors = ["Fabio Ospitia Trujillo "] description = "AWS DynamoDB adapter for casbin-rs" homepage = "https://github.com/fospitia/dynamodb-adapter" readme = "README.md" license-file = "LICENSE" [dependencies.async-std] version = "1.12.0" optional = true default-features = false [dependencies.async-trait] version = "0.1.57" [dependencies.aws-sdk-dynamodb] version = "0.18.0" [dependencies.casbin] version = "2.0.9" default-features = false [dependencies.md5] version = "0.7.0" [dependencies.tokio] version = "1.21.0" optional = true default-features = false [dependencies.tokio-stream] version = "0.1.9" [dev-dependencies.aws-config] version = "0.48.0" [dev-dependencies.casbin] version = "2.0.9" features = ["glob"] default-features = false [dev-dependencies.http] version = "0.2.8" [dev-dependencies.tokio] version = "1.21.0" features = ["full"] [features] default = ["runtime-tokio"] runtime-tokio = [ "casbin/runtime-tokio", "tokio/rt", ]