# 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 = "nanachi" version = "0.0.4" authors = ["carrotflakes "] exclude = ["*.png", "gui"] description = "2D graphics library" readme = "README.md" keywords = ["graphics"] categories = ["graphics"] license = "MIT" repository = "https://github.com/carrotflakes/nanachi" [dependencies.image] version = "0.23" optional = true default-features = false [dependencies.lyon_geom] version = "0.16" [dev-dependencies.image] version = "0.23" features = ["png"] [dev-dependencies.rand_core] version = "0.5" [dev-dependencies.rand_pcg] version = "0.2" [dev-dependencies.rusttype] version = "0.9" [features] default = ["image-crate", "path-data-notation"] image-crate = ["image"] path-data-notation = []