The readme states:
This library includes the ability to set this data, which std does not.
But I think this is now possible as of Rust 1.75? https://doc.rust-lang.org/std/fs/struct.File.html#method.set_times
(I think the advantage of this crate is that it will use specific functions like utimensat?)