cargo clippy --all-features --tests -- -D clippy::all
cargo +nightly clippy --all-features --tests -- -D clippy::all
cargo fmt -- --check
cargo build-all-features
cargo test-all-features -- --nocapture
cargo test -p serde-field-default --features alloc,chrono,chrono-tz -- --nocapture
cargo test -p serde-attributes --features _integration_tests --test integration_tests -- --nocapture