# 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 = "dali" version = "0.3.0" authors = ["Austin Jones "] exclude = ["examples/*"] description = "A rendering library for fast digital painting" homepage = "https://github.com/austinjones/dali-rs" readme = "README.md" keywords = ["rendering", "graphics", "generative", "art", "dali"] categories = ["rendering::graphics-api"] license = "Apache-2.0" repository = "https://github.com/austinjones/dali-rs" [dependencies.image] version = "0.22.1" [dependencies.luminance] version = "0.37.1" [dependencies.luminance-derive] version = "0.5" [dependencies.luminance-glfw] version = "0.11" [dev-dependencies.imageproc] version = "0.19.2" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.rand_xorshift] version = "0.2.0" [badges.maintenance] status = "actively-developed"