ftdc 0.1.5

Crate to download ftdc data for mongodb clusters.
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 = "2024"
name = "ftdc"
version = "0.1.5"
authors = ["Mathias Oertel <mathias.oertel@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate to download ftdc data for mongodb clusters."
documentation = "https://docs.rs/ftdc"
readme = "README_LIB.md"
keywords = [
    "mongodb",
    "ftdc",
    "profiling",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/maoertel/mongodb-ftdc"

[features]
build-binary = [
    "tokio",
    "clap",
]

[lib]
name = "ftdc"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "ftdc"
path = "src/main.rs"
doc = false
required-features = ["build-binary"]

[dependencies.async-recursion]
version = "1.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.diqwest]
version = "3.2"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]
optional = true

[dev-dependencies.mockito]
version = "1.7"

[dev-dependencies.tokio]
version = "1.49"
features = ["full"]