# 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 = "photon-effects" version = "1.0.0" description = "Library extending photon to easily use effects functions" license = "MIT" resolver = "2" [lib] name = "photon_effects" crate-type = ["lib"] path = "src/photon_effects.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = [] edition = "2021" [dependencies.image] version = "0.23.12" features = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld"] default-features = false [dependencies.photon-rs] version = "0.3.1" [dependencies.time] version = "0.2.23"