Docs.rs
hakoniwa-cli-1.7.2
hakoniwa-cli 1.7.2
Permalink
Docs.rs crate page
GPL-3.0-only
21 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
souk4711
Dependencies
anyhow ^1.0.102
normal
clap ^4.5.0
normal
clap-verbosity-flag ^3.0.4
normal
clap_complete ^4.6.5
normal
env_logger ^0.11.10
normal
futures ^0.3.32
normal
glob ^0.3.3
normal
hakoniwa ^1.7.2
normal
log ^0.4.29
normal
minijinja ^2.19.0
normal
netdev ^0.45.0
normal
netstack-smoltcp ^0.2.2
normal
nix ^0.29.0
normal
parse-size ^1.1.0
normal
rust-embed ^8.11.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
socket2 ^0.6.3
normal
tokio ^1.52.3
normal
toml ^1.1.2
normal
tun-rs ^2.8.3
normal
trycmd ^1.2.0
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
hakoniwa_cli/
lib.rs
1
mod
assets;
2
mod
config;
3
mod
seccomp;
4
mod
slirp;
5
mod
xdg;
6
7
pub mod
cli;