hackerman
hackerman copied to clipboard
Cargo hack manager
Wrong: ``` [package.metadata.hackerman.stash.dependencies] smallvec = false ahash = false ``` Right: ``` [package.metadata.hackerman.stash.dependencies] ahash = false smallvec = false ```
currently it opens a blank xdot
Currently for `bpaf` `hackerman` generates this but there's no `default` in `bpaf` ```toml bpaf = { version = "0.4.3", features = ["derive"], default-features = false } ```
I'm not sure what this means; would it be worth rewriting the error message? If there is a particular dependency creating the incompatibility with the tool, maybe it's helpful to...
For example if crate depends on some other crate via a feature - hackerman might decide to turn optional dependency into mandatory, which is fine, but if `dep:used_to_be_optional_and_now_required` is present...