# 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" rust-version = "1.78.0" name = "exstd" version = "0.1.6" authors = ["STATPAN statpan@outlook.com"] description = "exstd is a Rust library that provides a set of commonly used extensions for the Rust standard library, including serialization, asynchronous programming, HTTP requests, logging, error handling, and more." homepage = "https://github.com/StatPan/exstd" documentation = "https://docs.rs/exstd" readme = "README.md" keywords = [ "rust", "extensions", "useful_library", "serde", "tokio", ] categories = [ "development-tools", "api-bindings", "accessibility", ] license = "MIT" repository = "https://github.com/StatPan/exstd" [dependencies.anyhow] version = "1.0.83" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.11.3" [dependencies.indexmap] version = "2.2.6" [dependencies.log] version = "0.4.21" [dependencies.random] version = "0.14.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" features = [ "full", "mio", ]