# 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 = "oml-storage" version = "0.4.0-alpha" exclude = [ ".github", ".gitignore", ] description = "A very simple wrapper to handle locked storage of items." homepage = "https://github.com/AndreasOM/oml-storage" readme = "README.md" keywords = [ "database", "storage", "backend", ] categories = ["database"] license = "MIT" repository = "https://github.com/AndreasOM/oml-storage" [dependencies.async-trait] version = "0.1.77" [dependencies.aws-config] version = "1.1.1" default-features = false [dependencies.aws-sdk-dynamodb] version = "1.9.0" features = [ "rt-tokio", "rustls", ] default-features = false [dependencies.chrono] version = "0.4.31" features = [ "now", "serde", ] default-features = false [dependencies.clap] version = "4.4.12" features = [ "derive", "std", ] default-features = false [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.nanoid] version = "0.4.0" [dependencies.serde] version = "1.0.193" features = ["serde_derive"] default-features = false [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-error] version = "0.2.0" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] default-features = false [features] default = [ "dynamo-db", "metadata", ] dynamo-db = [ "aws-sdk-dynamodb/rt-tokio", "aws-sdk-dynamodb/rustls", ] metadata = [] wipe = []