# 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" name = "identicon-rs" version = "6.0.1" authors = ["Nia Maxwell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ identicon-rs is a library built around custom generation of identicon images. """ documentation = "https://docs.rs/identicon-rs" readme = "README.md" keywords = [ "image", "identicon", "avatar", ] categories = [ "graphics", "multimedia::images", "value-formatting", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/conways-glider/identicon-rs" [lib] name = "identicon_rs" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[example]] name = "theme" path = "examples/theme.rs" [[example]] name = "webserver" path = "examples/webserver.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.image] version = "0.25" [dependencies.sha3] version = "0.10" [dependencies.thiserror] version = "2.0" [dev-dependencies.axum] version = "0.7" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.version-sync] version = "0.9"