blurhash-update/Cargo.toml
asonix e1c57d1930
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 12s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 11s
/ check (x86_64-unknown-linux-musl) (push) Successful in 8s
/ clippy (push) Successful in 7s
/ build (aarch64-unknown-linux-musl) (push) Successful in 8s
/ publish-crate (push) Successful in 13s
/ tests (push) Successful in 45s
/ build (armv7-unknown-linux-musleabihf) (push) Successful in 7s
/ build (x86_64-unknown-linux-musl) (push) Successful in 7s
/ publish-forgejo (push) Successful in 5s
Add license
2024-02-25 21:20:08 -06:00

31 lines
645 B
TOML

[package]
name = "blurhash-update"
description = "A streaming blurhash encoder in rust"
repository = "https://git.asonix.dog/asonix/blurhash-update"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["blurhash"]
version = "0.1.0"
authors = ["asonix <bark@asonix.dog>"]
edition = "2021"
[profile.bench]
debug = true
[profile.test]
opt-level = "z"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
blurhash = "0.2.0"
clap = { version = "4.5.1", features = ["derive"] }
criterion = "0.5.1"
image = "0.24.8"
[[bench]]
name = "benchy"
harness = false