Cargo Features

[dependencies]
smb-msg = { version = "0.11.1", default-features = false, features = ["client", "server", "both"] }
default = both

The both feature is set by default whenever smb-msg is added without default-features = false somewhere in the dependency tree.

client both

Affects fsctl::FsctlResponseContent, msg::FsctlRequest, fsctl::FsctlResponseContent, msg::FsctlRequest

server both

Affects fsctl::FsctlResponseContent, msg::FsctlRequest, fsctl::FsctlResponseContent, msg::FsctlRequest

both default = client, server