# 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_lock" version = "0.6.1" authors = [ "Mykhailo Osypov ", "R Tyler Croy ", ] description = "Distributed lock backed by Dynamodb" homepage = "https://github.com/delta-incubator/dynamodb-lock-rs" readme = "README.md" license = "Apache-2.0" [dependencies.async-trait] version = "0.1" [dependencies.log] version = "0" [dependencies.maplit] version = "1" [dependencies.rusoto_core] version = "0.47" default-features = false [dependencies.rusoto_credential] version = "0.47" optional = true default-features = false [dependencies.rusoto_dynamodb] version = "0.47" default-features = false [dependencies.rusoto_sts] version = "0.47" optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt", "io-util", ] [dependencies.uuid] version = "1.2" features = [ "serde", "v4", ] [dev-dependencies.pretty_env_logger] version = "0.5" [features] default = ["rustls"] native-tls = [ "rusoto_core/native-tls", "rusoto_dynamodb/native-tls", ] rustls = [ "rusoto_core/rustls", "rusoto_dynamodb/rustls", ] sts = [ "rusoto_sts", "rusoto_credential", ]