Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ ipnet = "2"
# (Type::STREAM.nonblocking() needs the "all" feature flag)
socket2 = { version = "0.5", features = ["all"] }

# Non-cryptographic hasher for the SLIRP flow table. The default std
# HashMap uses SipHash for DoS resistance, which is the right default
# for attacker-influenced keys but unnecessary overhead on the data
# path of a NAT keyed by guest-side ports the guest itself chooses.
rustc-hash = "2"

# --- macOS-only dependencies ---
[target.'cfg(target_os = "macos")'.dependencies]
# Objective-C 2.0 bindings (auto-generated from Apple frameworks)
Expand Down
Loading
Loading