# 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] name = "pollock" version = "0.3.2" authors = ["Jef "] description = "An ergonomic and performant processing-like library for generative art and simple games in Rust" readme = "README.md" license = "Unlicense" [dependencies.alga] version = "0.7" [dependencies.arrayvec] version = "0.4" [dependencies.crossbeam] version = "0.4" [dependencies.fnv] version = "1.0" [dependencies.gfx] version = "0.17" [dependencies.gfx_window_glutin] version = "0.26" [dependencies.gifski] version = "0.8" [dependencies.glutin] version = "0.18" [dependencies.image] version = "0.20" [dependencies.itertools] version = "0.7" [dependencies.nalgebra] version = "0.16" features = ["serde-serialize"] [dependencies.palette] version = "0.4" features = ["serde"] [dependencies.rand] version = "0.5" features = ["serde1", "i128_support"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.0"