I'm running `mix test` to test some rust code with rustler. For this rust code to run, I need to pass the `prove` feature flag like this: `cargo run -- --prove`. Is there a way to pass this feature flag with rustler?