# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "eth-blockies" version = "1.1.0" authors = ["Kim Hwiwon "] exclude = [ "assets", "benches", "examples", "scripts", "target", "tests", "tmp", ] 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/" readme = "README.md" keywords = [ "ethereum", "blockies", "icon", "identicon", "cryptography", ] categories = [ "cryptography::cryptocurrencies", "multimedia::images", "no-std", "wasm", "command-line-utilities", ] license = "MIT" repository = "https://github.com/snoopy3476/eth-blockies-rs.git" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "src/lib/lib.rs" [[bin]] name = "eth-blockies" path = "src/bin/main.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.deflate] version = "1.0.0" optional = true [dev-dependencies.bencher] version = "0.1.5" [features] compressed_png = ["dep:deflate"] default = ["compressed_png"]