mago-php-version 0.2.2

Modeling PHP versions (major.minor.patch), with built-in checks for feature support and deprecations across different PHP releases.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

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

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

[lints.clippy.large_enum_variant]
level = "allow"
priority = 0

[package]
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Modeling PHP versions (major.minor.patch), with built-in checks for feature support and deprecations across different PHP releases."
edition = "2021"
homepage = "https://github.com/carthage-software/mago"
license = "MIT OR Apache-2.0"
name = "mago-php-version"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.84.0"
version = "0.2.2"