Cargo Features

synchronous-server has no features set by default.

[dependencies]
synchronous-server = { version = "0.1.12", features = ["napi", "chunk_1KB", "chunk_5KB", "chunk_10KB", "chunk_50KB", "chunk_100KB", "chunk_500KB", "chunk_1MB"] }
napi

Enables napi of proxy-server

chunk_1KB

Enables chunk_1KB of proxy-server

chunk_5KB

Enables chunk_5KB of proxy-server

chunk_10KB

Enables chunk_10KB of proxy-server

chunk_50KB

Enables chunk_50KB of proxy-server

chunk_100KB

Enables chunk_100KB of proxy-server

chunk_500KB

Enables chunk_500KB of proxy-server

chunk_1MB

Enables chunk_1MB of proxy-server

synchronous-server has 8 features without comments.