build-everything:
    just build-default
    just build-all
build-default:
    cargo build
build-all:
    cargo build --features "all"