Your dependencies can read any file on disk. cap-std makes them ask permission.
Rust's standard library grants ambient filesystem authority to every dependency.
Any crate in your dependency tree can open , write to your directory, or enumerate every file in your project. Rust's standard library does not ask for…