leasy 0.1.2

Distributed lease management library
Documentation
# 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 = "leasy"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed lease management library"
readme = "README.md"
license = "MIT"

[features]
default = []
dynamodb = [
    "dep:aws-sdk-dynamodb",
    "dep:aws-config",
]

[lib]
name = "leasy"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-config]
version = "1.0"
optional = true

[dependencies.aws-sdk-dynamodb]
version = "1.0"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"