# 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 = "timeline_rs" version = "0.1.1" description = "simple timeline library for Rust" readme = "README.md" license = "WTFPL" repository = "https://github.com/funatsufumiya/timeline_rs" [[example]] name = "easing_tester" path = "examples/easing_tester.rs" required-features = ["bevy_example"] [[example]] name = "timeline_simple" path = "examples/timeline_simple.rs" required-features = ["bevy_example"] [[example]] name = "timeline_from_xml" path = "examples/timeline_from_xml.rs" required-features = ["bevy_example"] [dependencies.anyhow] version = "1.0.40" [dependencies.bevy] version = "0.13" features = ["bevy_render"] optional = true default-features = false [dependencies.bevy_egui] version = "0.26" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.minidom] version = "0.12.0" [dependencies.quickxml_to_serde] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_float_eq] version = "1.1.3" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [features] bevy = ["dep:bevy"] bevy_example = [ "dep:bevy", "bevy/default", "bevy_egui", ] default = []