# 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 = "reactors" version = "0.1.4" description = "Performance-focused cross-platform asynchronous IO implementation" documentation = "https://docs.rs/reactors/latest/reactors/" readme = "README.md" keywords = [ "futures-rs", "reactor", "async", "file", "socket", ] license = "MIT" repository = "https://github.com/AgoraCyber/reactors-rs" [[bench]] name = "echo" harness = false [dependencies.errno] version = "0.3.0" [dependencies.futures] version = "^0.3" features = ["thread-pool"] [dependencies.log] version = "^0.4" [dependencies.once_cell] version = "^1.17.1" [dependencies.os_socketaddr] version = "0.2.4" [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.clap] version = "4.1.8" features = ["derive"] [dev-dependencies.criterion] version = "0.4" features = [ "async_tokio", "async_futures", "html_reports", ] [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.indicatif] version = "0.17.3" [dev-dependencies.pretty_env_logger] version = "^0.4" [dev-dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_family = \"unix\")".dependencies.libc] version = "^0.2" [target."cfg(target_family = \"windows\")".dependencies.winapi] version = "^0.3.9" features = [ "ioapiset", "mswsock", "errhandlingapi", "handleapi", ]