# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quixutils" version = "0.13.2" authors = ["Prasanna Loganathar "] description = "Common helpers and utils" homepage = "https://github.com/quixon-labs/quixutils-rs" readme = "README.md" keywords = ["bootstrap", "helpers", "utils"] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/quixon-labs/quixutils-rs" [dependencies.anyhow] version = "1.0.11" [dependencies.chrono] version = "0.4.9" [dependencies.env_logger] version = "0.7.0" [dependencies.futures-preview] version = "=0.3.0-alpha.19" features = ["async-await", "compat"] optional = true [dependencies.log] version = "0.4.8" [dependencies.tokio] version = "0.1.22" optional = true [features] default = [] tokio_utils = ["tokio", "futures-preview"] unstable = []