sic_core 0.20.0

Component of the sic cli: re-exports global dependencies to sub-crates.
Documentation
[dependencies.image]
features = ["avif"]
version = "0.24.1"

[dependencies.imageproc-patched]
optional = true
version = "0.22.0-unofficial.1-foresterre"

[dependencies.rusttype]
optional = true
version = "0.9.2"

[dependencies.thiserror]
version = "1.0.30"

[features]
imageproc-ops = ["imageproc-patched", "rusttype"]

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "Component of the sic cli: re-exports global dependencies to sub-crates."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sic_core"
readme = "../../README.md"
repository = "https://github.com/foresterre/sic"
resolver = "2"
rust-version = "1.56"
version = "0.20.0"