Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* misc: create nbuild-core * feat: build for simple package * feat: simple binary * feat: workspace support * feat: deep dependencies * feat: reusing crates * refactor: multiple versions of a crate * feat: resolve dependencies * feat: edition * feat: build dependencies * feat: handle custom lib paths * feat: handle custom build paths * feat: handle proc-macros * feat: handle targets | multiple dependencies * feat: tracing info * bug: dev dependencies appearing in normal dependencies * feat: features activating features on optional dependencies * refactor: more tracing * bug: features on default dependencies * refactor: log all metadata * refactor: reduce loop in unpacking chain * feat: handle dependency renames * bug: optional build packages * refactor: clean local sources * feat: download from crates.io * feat: custom rust version * feat: missing crate overrides * refactor: better fetchCrate override * refactor: faster builds by matching cargo more * refactor: call nix build directly * refactor: sort features for reproducible builds * refactor: flake safe overlay * tests: deterministic features * refactor: split into models * refactor: combine visitors * refactor: comments * refactor: better error handling * refactor: clippy suggestions * ci: add rust test * misc: READMEs * tests: work on ci * misc: publish metadata * feat: handle lib renames * feat: match dependencies on version * refactor: don't clean defaults * refactor: verbose renames * misc: nix command instructions * misc: v0.1.1
- Loading branch information