# 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 = "socket_server" version = "0.12.0" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "socket write event polling registration avoiding syscall" readme = "README.md" license = "MIT" repository = "https://github.com/Bruce0203/fast_collections" [lib] name = "socket_server" path = "src/lib.rs" [[test]] name = "mock_test" path = "tests/mock_test.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.data-encoding] version = "2.6.0" optional = true [dependencies.derive_more] version = "0.99.18" [dependencies.fast_collections] version = "0.65.0" [dependencies.httparse] version = "1.9.4" optional = true [dependencies.mio] version = "1.0.1" features = [ "net", "os-poll", ] [dependencies.qcell] version = "0.5.4" [dependencies.sha1] version = "0.10.6" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] default = ["websocket"] websocket = [ "dep:sha1", "dep:httparse", "dep:data-encoding", ]