mago-php-version 1.3.0

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

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

[dependencies.schemars]
version = "1.1"
features = ["preserve_order"]

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

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

[lints.clippy.dbg_macro]
level = "forbid"
priority = 0

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

[lints.clippy.print_stderr]
level = "forbid"
priority = 0

[lints.clippy.print_stdout]
level = "forbid"
priority = 0