#dummy #package #check #cargo #bypass #features

dbus-dummy

Dummy package to bypass rust feature check

1 unstable release

0.1.0 Jan 10, 2024

#7 in #bypass

26 downloads per month

MIT license

2KB

dbus-dummy

Dummy package.

Why?

cargo does not support Platform target-specific features,

in other words,

[target.'cfg(not(target_os = "windows"))'.features]
default = ["general_feature"]

[target.'cfg(target_os = "windows")'.features]
default = ["winonly_replacement"]

these statements will not work.

No runtime deps

Features