# 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 = "bevy_state_curves" version = "0.6.0" authors = ["Noah Shomette "] description = "A state saving and management crate for the Bevy Game Engine saving via curve keyframes" homepage = "https://github.com/NoahShomette/bevy_state_curves" documentation = "https://docs.rs/bevy_state_curves" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NoahShomette/bevy_state_curves" [[bench]] name = "benchmarks" harness = false [dependencies.bevy] version = "0.14.0" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.bevy_egui] version = "0.28.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] serde = ["dep:serde"] type_path = []