|
|
@ -7,8 +7,11 @@ license = "https://en.wikipedia.org/wiki/Zlib_License" |
|
|
|
[dependencies.libc] |
|
|
|
[dependencies.libc] |
|
|
|
version = "0.2" |
|
|
|
version = "0.2" |
|
|
|
default-features = false |
|
|
|
default-features = false |
|
|
|
|
|
|
|
optional = true |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
|
|
|
|
|
default = ["libc"] |
|
|
|
|
|
|
|
|
|
|
|
# This is a dummy feature that only exists to work around a Xargo issue. |
|
|
|
# This is a dummy feature that only exists to work around a Xargo issue. |
|
|
|
# User code should not enable it. |
|
|
|
# User code should not enable it. |
|
|
|
stdbuild = [] |
|
|
|
stdbuild = [] |
|
|
|