timer_data 0.1.0

Serializer-independent data types for Bevy's Timer
Documentation
# 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"
rust-version = "1.70"
name = "timer_data"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serializer-independent data types for Bevy's Timer"
readme = "README.md"
keywords = [
    "bevy",
    "timer",
    "serialization",
    "gamedev",
]
categories = [
    "game-engines",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/caniko/rs-timer-data"

[features]
bevy = ["dep:bevy_time"]
default = [
    "bevy",
    "serde",
]
rkyv = ["dep:rkyv"]
serde = ["dep:serde"]

[lib]
name = "timer_data"
path = "src/lib.rs"

[dependencies.bevy_time]
version = "0.18"
optional = true

[dependencies.rkyv]
version = "0.8"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.bevy_time]
version = "0.18"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"