[package] name = "hyperlane-log" version = "0.24.0" edition = "2021" authors = ["ltpp-universe "] license = "MIT" description = """A Rust asynchronous logging library that runs on a dedicated thread to avoid blocking other threads. It supports multiple log levels (such as error, info, and debug), and allows custom log handling methods and configuration of log file paths. When a single log file reaches the specified size limit, a new log file will be automatically created.""" keywords = ["http", "request", "response", "tcp", "redirect"] repository = "https://github.com/ltpp-universe/hyperlane-log.git" categories = ["network-programming", "web-programming","development-tools"] exclude = [ "target", "Cargo.lock", "sh", ".github" ] [dependencies] http-type = "2.27.0" hyperlane-time = "0.0.2" lazy_static = "1.5.0" lombok-macros = "1.7.0"