# 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 = "dynamodb-lease" version = "0.22.0" authors = ["Alex Butler "] description = "Dynamodb distributed lock client" readme = "README.md" keywords = [ "dynamodb", "lock", "lease", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alexheretic/dynamodb-lease" [dependencies.anyhow] version = "1.0.57" [dependencies.aws-sdk-dynamodb] version = "1.1" features = ["rt-tokio"] default-features = false [dependencies.aws-smithy-runtime-api] version = "1.0.1" [dependencies.time] version = "0.3.9" [dependencies.tokio] version = "1.18" features = ["macros"] [dependencies.tracing] version = "0.1.35" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.aws-config] version = "1" [features] default = ["rustls"] rustls = ["aws-sdk-dynamodb/rustls"]