# 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 = "rusty_spine" version = "0.8.0" exclude = ["assets/*"] description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine" readme = "readme.md" license-file = "LICENSE" repository = "https://github.com/jabuwu/rusty_spine" [profile.dev.package."*"] opt-level = 3 [dependencies.libc] version = "0.2" optional = true [dependencies.mint] version = "0.5" optional = true [dev-dependencies.cosmic-text] version = "0.9" [dev-dependencies.glam] version = "0.23" [dev-dependencies.image] version = "0.24" features = [ "png", "webp", "jpeg", ] default-features = false [dev-dependencies.miniquad] version = "0.3.16" [features] default = [ "draw_functions", "mint", ] draw_functions = []