2021-02-11 15:56:13 +08:00
|
|
|
{
|
|
|
|
"name": "fast-float",
|
2024-03-26 06:35:09 +08:00
|
|
|
"version": "6.1.1",
|
2021-02-11 15:56:13 +08:00
|
|
|
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
|
2021-11-20 14:21:35 +08:00
|
|
|
"homepage": "https://github.com/fastfloat/fast_float",
|
2023-08-30 02:56:28 +08:00
|
|
|
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
|
2021-11-20 14:21:35 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-11 15:56:13 +08:00
|
|
|
}
|