# 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 = "rs-utilities" version = "0.4.2" description = "Some utilities" readme = "README.md" keywords = [ "utils", "utilities", ] categories = ["accessibility"] license = "MIT" repository = "https://github.com/neevek/rs-utilities" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.rustls] version = "0.21" features = ["dangerous_configuration"] [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.trust-dns-resolver] version = "0.23" features = ["dns-over-rustls"] [dependencies.webpki-roots] version = "0.25" [target.aarch64-linux-android.dependencies.android_logger] version = "0.13" [target.armv7-linux-androideabi.dependencies.android_logger] version = "0.13"