toml-query 0.9.1

Library to work with toml::Value objects more conveniently
Documentation
language: rust
rust:
  - 1.31.0
  - 1.31.1
  - 1.32.0
  - 1.33.0
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
cache: cargo

script:
  - cargo build --all-features --verbose -j 1
  - cargo test  --all-features --verbose -j 1

notifications:
  irc:
    channels:
    - chat.freenode.net#imag
    template:
    - "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}"