slog_derive 0.2.0

Custom derives for use with slog.
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
  # Minimum supported rustc version
  - 1.31.0

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo build --verbose
  - cargo test --verbose