# 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 = "ftdc" version = "0.1.4" authors = ["Mathias Oertel "] 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" [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.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.4" features = ["derive"] optional = true [dependencies.diqwest] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.indicatif] version = "0.17" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.32" features = ["full"] optional = true [dev-dependencies.mockito] version = "0.31" [dev-dependencies.tokio] version = "1" features = ["full"] [features] build-binary = [ "tokio", "clap", ]