basic-toml 0.1.10

Minimal TOML library with few dependencies
Documentation
{
  "a": {
    "b": {
      "type": "integer",
      "value": "123"
    }
  },
  "table": {
    "a": {
      "b": {
        "c": {
          "type": "integer",
          "value": "1"
        },
        "d": {
          "type": "integer",
          "value": "2"
        }
      }
    },
    "in": {
      "type": {
        "color": {
          "type": "string",
          "value": "blue"
        },
        "name": {
          "type": "string",
          "value": "cat"
        }
      }
    }
  }
}