stew 0.2.0

Stew is a set of image transformation tools. It allows images to be transformed using individual executables and allows pipes to be used to combine multiple tools.
Documentation
language: rust
rust:
  - stable
  - nightly
os:
  - linux
  - windows
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true