# 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 = "scylla-aws-keyspaces-authenticator" version = "0.1.0" description = "This crate provides a simple to use AuthenticatorProvider implementation for scylla crate that works with AWS KeySpaces for Cassandra service." homepage = "https://github.com/infr-dev/scylla-aws-keyspaces-authenticator" readme = "./README.md" keywords = [ "scylla", "cassandra", "aws", ] categories = ["database"] license = "MIT" repository = "https://github.com/infr-dev/scylla-aws-keyspaces-authenticator" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "0.52" [dependencies.aws-types] version = "0.52" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2" [dependencies.ring] version = "0.16" [dependencies.scylla] version = "0.7" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.scylla] version = "0.7" features = ["ssl"] [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"]