os-identifier 0.3.2

Resolve product / release names of operating systems used by endoflife.date into canonical names.
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 = "os-identifier"
version = "0.3.2"
authors = ["Tobias Mucke <tobias.mucke@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve product / release names of operating systems used by endoflife.date into canonical names."
homepage = "https://github.com/polarlabs"
documentation = "https://docs.rs/os-identifier/"
readme = "README.md"
keywords = [
    "os",
    "endoflife",
    "label",
]
categories = ["value-formatting"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/polarlabs/os-identifier/"

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

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

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

[dependencies.phf]
version = "0.13"
features = ["macros"]
default-features = false

[dependencies.regex]
version = "1.12"
features = ["unicode"]
default-features = false

[build-dependencies.const-gen]
version = "1.6"
features = [
    "derive",
    "phf",
]

[build-dependencies.serde_json]
version = "1.0"