# 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 = "pyxelium" version = "0.0.6" authors = ["Jaroslav 'Rikatemu' Patočka"] description = "Pyxelium is a lightweight pixel-based encryption library that allows you to encode and decode messages within PNG images. It provides Rust functions for encoding and decoding messages using pixel-based encryption." readme = "README.md" keywords = [ "image", "encoding", "decoding", "message", ] license = "MIT" repository = "https://github.com/Rikatemu/pyxelium" [package.metadata.docs.rs] features = ["default"] [lib] name = "pyxelium" path = "src/lib.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.image] version = "0.24.8" [dependencies.rand] version = "0.8.5"