sic_io 0.19.1

Component of the sic cli: provides accessible i/o around image formats.
Documentation
[package]
name = "sic_io"
version = "0.19.1"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "Component of the sic cli: provides accessible i/o around image formats."
license = "MIT OR Apache-2.0"
repository = "https://github.com/foresterre/sic"
readme = "../../README.md"

edition = "2021"
rust-version = "1.56"

[dependencies]
sic_core = { version = "0.19.0", path = "../sic_core"}

thiserror = "1.0.30"

[dev-dependencies]
parameterized = "0.3.1"
sic_testing = { version = "0.19.0", path = "../sic_testing" }