Currently, a vendored getrandom archive includes 40! dependencies and 20MB on disk. This is not a problem when people simply using it as a crate, because all of those dependencies will be omitted, but in case of a vendored archive use case it ends up as pretty serious bloat.
Is there a way to reduces the number of indirect dependencies?