# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hash_avatar" version = "0.1.5" authors = ["oldcat <924417424@qq.com>"] description = "rust生成随机头像的库" homepage = "https://github.com/t924417424/rust_hash_avatar" readme = "README.md" categories = ["algorithms", "encoding", "filesystem", "graphics"] license = "Apache-2.0/MIT" repository = "https://github.com/t924417424/rust_hash_avatar" [dependencies.image] version = "0.23.14" [dependencies.rand] version = "0.8.3" [dev-dependencies.image] version = "0.23.14" [dev-dependencies.rand] version = "0.8.3"