Cargo Features

[dependencies]
cudarse-driver = { version = "0.1.0", default-features = false, features = ["static"] }
default = static

The static feature is set by default whenever cudarse-driver is added without default-features = false somewhere in the dependency tree.

static default

Static linking against cuda libraries

Enables static of cudarse-driver-sys