# 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 = "spinal" version = "0.0.1" description = "A 2D animation engine for Spine." license = "MIT OR Apache-2.0" resolver = "2" [dependencies.bevy_math] version = "0.8.0" [dependencies.bevy_utils] version = "0.8.0" [dependencies.miette] version = "5.2.0" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dependencies.thiserror] version = "1.0.32" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]