# 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 = "inochi2d" version = "0.1.1" authors = ["Emmanuel Gil Peyrot "] description = "Pure Rust implementation of Inochi2D, the realtime 2D puppet animation framework" homepage = "https://linkmauve.fr/dev/inochi2d/" documentation = "https://docs.rs/inochi2d" readme = "README.md" keywords = [ "inochi2d", "graphics", "2d", "opengl", ] categories = [ "game-development", "graphics", "rendering", "rendering::data-formats", ] license = "MPL-2.0" repository = "https://git.linkmauve.fr/inochi2d.git" [dependencies.glfw] version = "0.47" default-features = false [dependencies.glow] version = "0.11.2" default-features = false [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [features] default = ["parallel"] parallel = []