mongo-keepalive 1.0.1

Keep MongoDB Atlas free-tier clusters alive by sending periodic ping commands
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 = "mongo-keepalive"
version = "1.0.1"
authors = ["YadavSourabhGH"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keep MongoDB Atlas free-tier clusters alive by sending periodic ping commands"
homepage = "https://github.com/YadavSourabhGH/mongo-keepalive#readme"
documentation = "https://docs.rs/mongo-keepalive"
readme = "README.md"
keywords = [
    "mongodb",
    "atlas",
    "keepalive",
    "ping",
    "database",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/YadavSourabhGH/mongo-keepalive"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.mongodb]
version = "2"

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