# 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-mailbox" version = "0.1.1-alpha" exclude = [ ".github", ".gitignore", ] description = "A very simple mailbox system with multiple backend storages." homepage = "https://github.com/AndreasOM/oml-mailbox" readme = "README.md" keywords = [ "database", "storage", "backend", ] categories = ["database"] license = "MIT" repository = "https://github.com/AndreasOM/oml-mailbox" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.color-eyre] version = "0.6.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.test-log] version = "0.2.15" features = [ "tracing-subscriber", "trace", ] [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"