miscel 0.2.1

Small, miscellaneous functions that are useful for writing FFXIV launchers.
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 = "miscel"
version = "0.2.1"
authors = ["Joshua Goins <josh@redstrate.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small, miscellaneous functions that are useful for writing FFXIV launchers."
readme = "README.md"
keywords = [
    "ffxiv",
    "modding",
]
license = "MIT"
repository = "https://github.com/redstrate/Miscel"

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

[dependencies.physis]
version = "0.5"
default-features = false