[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[[bin]]
name = "eth-blockies"
path = "src/bin/main.rs"
[dependencies.deflate]
optional = true
version = "1.0.0"
[dev-dependencies.bencher]
version = "0.1.5"
[features]
compressed_png = ["dep:deflate"]
default = ["compressed_png"]
[lib]
path = "src/lib/lib.rs"
[package]
authors = ["Kim Hwiwon <kim.hwiwon@outlook.com>"]
categories = ["cryptography::cryptocurrencies", "multimedia::images", "no-std", "wasm", "command-line-utilities"]
description = "A pure Rust lightweight library/binary to get raw data of Ethereum-style blocky identicon, which can be used for generating blockies icon images, printing to terminal, etc."
documentation = "https://docs.rs/eth-blockies/1.1.0/"
edition = "2021"
exclude = ["assets", "benches", "examples", "scripts", "target", "tests", "tmp"]
keywords = ["ethereum", "blockies", "icon", "identicon", "cryptography"]
license = "MIT"
name = "eth-blockies"
readme = "README.md"
repository = "https://github.com/snoopy3476/eth-blockies-rs.git"
resolver = "2"
rust-version = "1.63"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]