[[bench]]
harness = false
name = "image_benchmark"
[dependencies.image]
optional = true
version = "0.24.1"
[dependencies.primal]
optional = true
version = "0.3.0"
[dev-dependencies.criterion]
version = "0.3.5"
[features]
default = ["img"]
img = ["image", "primal"]
[package]
description = "Utility crate for ulam calculations."
documentation = "https://docs.rs/ulam"
edition = "2021"
license = "MIT"
name = "ulam"
readme = "README.md"
repository = "https://github.com/miketwenty1/ulam/"
version = "0.4.2"