# 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 = "zhukoview" version = "0.0.1" description = "A library that provides a 2d 'view' into some 1d N*M u32 container with tools which allow adding lines, circles, triangles, and rectangles within it in the format of ARGB(convertible to RGBA)" readme = "README.md" license = "MIT" [dependencies.libm] version = "0.2.6" [dependencies.pingus] version = "0.0.1" optional = true [dependencies.rand] version = "0.8.5" optional = true [features] png = ["dep:pingus"] rng = ["dep:rand"]