# 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 = "hirun" version = "0.1.21" authors = ["hantingjun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A concurrent framework for asynchronous programming based on event-driven, non-blocking I/O mechanism" readme = "README.md" keywords = [ "async", "future", "non-blocking", "net", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://gitcode.com/xuanwu/hirun" [profile.dev] panic = "abort" [profile.release] debug = 2 panic = "abort" [lib] name = "hirun" path = "src/lib.rs" [[example]] name = "count_lines" path = "examples/count_lines/main.rs" [[example]] name = "httpserver" path = "examples/httpserver/main.rs" [[example]] name = "tcpproxy" path = "examples/tcpproxy/main.rs" [[example]] name = "tokioproxy" path = "examples/tokioproxy/main.rs" [[example]] name = "tokioserver" path = "examples/tokioserver/main.rs" [[bench]] name = "compute" path = "benches/compute.rs" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.hicollections] version = "0.1.4" [dependencies.hictor] version = "0.1" [dependencies.hierr] version = "0.2" [dependencies.hioff] version = "0.1" [dependencies.hipool] version = "0.3" [dependencies.hirun-macros] version = "0.1" [dependencies.libc] version = "0.2" [dev-dependencies.async-recursion] version = "1.0.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hiopt] version = "0.1" [dev-dependencies.tokio] version = "1.17.0" features = ["full"] [features] default = [] task_mem_cache = [] task_mem_split = [] task_recv_one = []