net: Remove p2p-tcp and p2p-unix features

We should always compile these in.
This commit is contained in:
parazyd
2024-12-06 10:55:27 +01:00
parent e1050a363c
commit 2f8e8b243c
5 changed files with 2 additions and 44 deletions

View File

@@ -189,12 +189,8 @@ event-graph = [
"rpc",
]
p2p-unix = []
p2p-nym = []
p2p-tcp = ["socket2"]
p2p-tor = [
"arti-client",
"tor-hsservice",
@@ -215,6 +211,7 @@ net = [
"rustls-pemfile",
"semver",
"serde",
"socket2",
"structopt",
"structopt-toml",
"url",
@@ -226,10 +223,8 @@ net = [
"system",
"util",
"p2p-tcp",
"p2p-tor",
#"p2p-nym",
"p2p-unix",
]
rpc = [