hail_core 0.3.0

a library for implementing a speedrun 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 = "2024"
name = "hail_core"
version = "0.3.0"
build = false
exclude = [
    "*.hrn",
    "*.md",
    "!README.md",
    "*.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a library for implementing a speedrun timer"
readme = "README.md"
keywords = [
    "timer",
    "speedrun",
]
license = "MPL-2.0"
repository = "https://codeberg.org/periwinkle/hail"

[features]
default = ["serde"]
serde = [
    "dep:serde",
    "dep:ron",
    "dep:roxmltree",
]

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

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "dump"
path = "tests/dump.rs"

[[test]]
name = "igt"
path = "tests/igt.rs"

[[test]]
name = "skipping"
path = "tests/skipping.rs"

[[test]]
name = "status"
path = "tests/status.rs"

[dependencies.ron]
version = "0.12"
features = ["integer128"]
optional = true

[dependencies.roxmltree]
version = "0.21"
optional = true

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

[dependencies.thiserror]
version = "2.0"

[target."cfg(not(windows))".dependencies.libc]
version = "0.2"