[package] name = "dicers" version = "0.2.1" authors = ["Kellen Frodelius-Fujimoto "] description = "A diceware application with support for AWS Lambda" license = "MIT" repository = "https://gitlab.com/rakenodiax/dicers" edition = "2018" [badges] gitlab = { repository = "rakenodiax/dicers", branch = "master" } maintenance = { status = "pasively-maintained" } [features] default = [] lambda = ["lambda_runtime", "serde", "serde_derive"] [dependencies] rand = "0.6.1" lambda_runtime = { version = "0.1.0", optional = true } serde = { version = "1.0.80", optional = true } serde_derive = { version = "1.0.80", optional = true } lazy_static = "1.2.0"