mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 20:57:26 +08:00
Large memory usage comes from: Mimalloc hold large thread cache, causing abort 13M+ usage. QUIC endpoint occupy 3M when GRO is enabled. Smoltcp 64 tcp listener use 2MB.
22 lines
540 B
TOML
22 lines
540 B
TOML
[package]
|
|
name = "easytier-rpc-build"
|
|
description = "Protobuf RPC Service Generator for EasyTier"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
homepage = "https://github.com/EasyTier/EasyTier"
|
|
repository = "https://github.com/EasyTier/EasyTier"
|
|
authors = ["kkrainbow"]
|
|
keywords = ["vpn", "p2p", "network", "easytier"]
|
|
categories = ["network-programming", "command-line-utilities"]
|
|
rust-version = "1.87.0"
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
heck = "0.5"
|
|
prost-build = "0.13"
|
|
|
|
[features]
|
|
default = []
|
|
internal-namespace = []
|