{
  "actions": [
    {
      "command": [
        "alr",
        "build"
      ],
      "directory": "selftest",
      "type": "test"
    }
  ],
  "authors": [
    "Vadim Godunko"
  ],
  "configuration": {
    "generate_ada": false,
    "generate_c": false,
    "generate_gpr": true
  },
  "depends-on": [
    {
      "espidf": "*"
    }
  ],
  "description": "Ada/ESP-IDF I2C master/slave driver",
  "licenses": "Apache-2.0 WITH LLVM-exception",
  "long-description": "Ada bindings for the ESP-IDF esp_driver_i2c component. This crate provides a native Ada interface for I2C master and slave operations, compatible with ESP-IDF v6.0 and later.\n",
  "maintainers": [
    "Vadim Godunko <vgodunko@gmail.com>"
  ],
  "maintainers-logins": [
    "godunko"
  ],
  "name": "espidf_driver_i2c",
  "origin": {
    "commit": "aceeebd8c0055fb4241608ac983ced6de8558bb9",
    "url": "git+https://github.com/godunko/espidf_driver_i2c.git"
  },
  "tags": [
    "embedded",
    "esp32",
    "espidf",
    "driver",
    "i2c"
  ],
  "version": "0.1.0",
  "website": "https://github.com/godunko/espidf_driver_i2c"
}
