2021-06-16 02:46:16 +08:00
|
|
|
{
|
|
|
|
"name": "ryml",
|
2021-08-03 07:32:40 +08:00
|
|
|
"version-date": "2021-07-24",
|
2021-06-16 02:46:16 +08:00
|
|
|
"description": "Rapid YAML library",
|
|
|
|
"homepage": "https://github.com/biojppm/rapidyaml",
|
2021-07-16 15:50:22 +08:00
|
|
|
"supports": "!osx",
|
2021-06-16 02:46:16 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "c4core",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-08-03 07:32:40 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"def-callbacks"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dbg": {
|
|
|
|
"description": "Enable (very verbose) ryml debug prints."
|
|
|
|
},
|
|
|
|
"def-callbacks": {
|
|
|
|
"description": "Enable ryml's default implementation of callbacks: allocate(), free(), error()"
|
|
|
|
}
|
|
|
|
}
|
2021-06-16 02:46:16 +08:00
|
|
|
}
|