Skip to content

Commit 70ceb41

Browse files
authored
feat: adjust features (#508)
* feat: adjust features * fix: remove "io-uring" from "all"
1 parent bb6b0a1 commit 70ceb41

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

compio/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,26 +89,26 @@ signal = ["dep:compio-signal", "event"]
8989
time = ["compio-runtime/time", "runtime"]
9090
dispatcher = ["dep:compio-dispatcher", "runtime"]
9191
tls = ["dep:compio-tls"]
92-
native-tls = ["tls", "compio-tls/native-tls"]
93-
rustls = ["tls", "compio-tls/rustls"]
92+
native-tls = ["compio-tls?/native-tls"]
93+
rustls = ["compio-tls?/rustls", "compio-ws?/rustls"]
9494
process = ["dep:compio-process"]
9595
quic = ["dep:compio-quic"]
9696
h3 = ["quic", "compio-quic/h3"]
97-
ws = ["dep:compio-ws", "compio-ws/connect"]
98-
ws-rustls = ["ws", "compio-ws/rustls"]
97+
ws = ["dep:compio-ws"]
98+
ws-connect = ["compio-ws/connect"]
9999
all = [
100-
"io-uring",
101100
"time",
102101
"macros",
103102
"signal",
104103
"dispatcher",
104+
"tls",
105105
"native-tls",
106106
"rustls",
107107
"process",
108108
"quic",
109109
"h3",
110110
"ws",
111-
"ws-rustls",
111+
"ws-connect",
112112
]
113113

114114
arrayvec = ["compio-buf/arrayvec"]

0 commit comments

Comments
 (0)