FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default feature
-V, --version Prints version information
OPTIONS:
--features Space-separated list of features to activate
-f, --fuzzer Run the test with a specific fuzzer [default: libfuzzer]
-j, --jobs Number of parallel jobs
--manifest-path Path to Cargo.toml
-l, --max-input-length Limit the size of inputs to a specific length
-p, --package Package to run tests for
-r, --runs Run the fuzzer for a specified number of runs
-s, --sanitizer ... Build with the sanitizer enabled
-S, --seed Run the fuzzer with an initial seed
--target Build for the target triple [default: x86_64-apple-darwin]
-T, --time
FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default feature
-V, --version Prints version information
OPTIONS:
--features Space-separated list of features to activate
-f, --fuzzer Run the test with a specific fuzzer [default: libfuzzer]
--manifest-path Path to Cargo.toml
-p, --package Package to run tests for
-s, --sanitizer ... Build with the sanitizer enabled
--target Build for the target triple [default: x86_64-apple-darwin]
--toolchain Use a rustup toolchain to execute cargo build