[target.wasm32-unknown-unknown]
runner = 'wasm-bindgen-test-runner'

[alias]

# Check for formatting
format = "fmt --all -- --check"

# Build all features, all targets and all binaries
build-all = "build --release --all-targets --all-features --bins"

# Run Clippy on all code paths
clippy-all = "clippy --workspace --all-targets --all-features -- -D warnings"

# Run coverage
coverage = "tarpaulin --release -v -f -t 1800 --out Xml --ignore-tests --exclude-files resources/* apps/*"

# Find unused dependencies
deps = "udeps --workspace --all-targets --all-features --backend depinfo"
