vcpkg.json 578 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "minio-cpp",
  3. "version": "0.1.1",
  4. "description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage",
  5. "homepage": "https://github.com/minio/minio-cpp",
  6. "license": "Apache-2.0",
  7. "supports": "!windows & !osx & !uwp",
  8. "dependencies": [
  9. "curlpp",
  10. {
  11. "name": "inih",
  12. "features": [
  13. "cpp"
  14. ]
  15. },
  16. "nlohmann-json",
  17. "openssl",
  18. "pugixml",
  19. {
  20. "name": "vcpkg-cmake",
  21. "host": true
  22. },
  23. {
  24. "name": "vcpkg-cmake-config",
  25. "host": true
  26. }
  27. ]
  28. }