iron-hmac 0.6.0

HMAC middleware for the Iron HTTP framework
Documentation
language: rust
sudo: false

cache: cargo

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo test
  - cargo test --no-default-features --features hmac-openssl