# 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 = "s3logger" version = "0.2.0" authors = ["chand1012"] exclude = [ "Justfile", ".env", ] description = "A simple logger that logs to S3" documentation = "https://github.com/multisig-labs/s3logger" readme = "README.md" license = "MIT" repository = "https://github.com/multisig-labs/s3logger" [dependencies.chrono] version = "0.4.22" [dependencies.rust-s3] version = "0.32.0" features = ["blocking"] [dev-dependencies.tokio-test] version = "0.4.2"