# 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 = "2018" name = "rs_utils" version = "0.0.14" authors = ["dev "] description = "奇遇科技 Rust 辅助工具" homepage = "https://github.com/QiYuTechDev/rs_utils" readme = "README.md" license-file = "LICENSE" [dependencies.anyhow] version = "1.0" [dependencies.httparse] version = "1.3" optional = true [dependencies.iced] version = "0.7" optional = true [dependencies.slog] version = "2.7" optional = true [dependencies.slog-async] version = "2.6" optional = true [dependencies.slog-json] version = "2.3" optional = true [dependencies.slog-term] version = "2.6" optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.1" optional = true [features] http_header = [ "httparse", "url", ] iced_style = ["iced"] logger = [ "slog", "slog-async", "slog-json", "slog-term", ]