Cargo Features

[dependencies]
ptx-linker = { version = "0.9.1", default-features = false, features = ["llvm-proxy"] }
default = llvm-proxy

The llvm-proxy feature is set by default whenever ptx-linker is added without default-features = false somewhere in the dependency tree.

llvm-proxy default = rustc-llvm-proxy

Enables disable-alltargets-init and no-llvm-linking of llvm-sys ^80

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

rustc-llvm-proxy llvm-proxy