Crates.io | dbus-dummy |
lib.rs | dbus-dummy |
version | 0.1.0 |
source | src |
created_at | 2024-01-10 15:22:07.971187 |
updated_at | 2024-01-10 15:22:07.971187 |
description | Dummy package to bypass rust feature check |
homepage | |
repository | |
max_upload_size | |
id | 1095308 |
size | 2,553 |
Dummy package.
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.