option-like 0.2.2

Create your own Option-like enum
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.85.0"
name = "option-like"
version = "0.2.2"
build = false
exclude = [
    ".*",
    "*.local.*",
    "doc/dev",
    "specs",
    "AGENTS.ts",
    "CargoMetadata.ts",
    "README.ts",
    "AGENTS*.md",
    "CLAUDE*.md",
    "deno.lock",
    "deno.json",
    "commitlint.config.mjs",
    "fnox.toml",
    "mise.toml",
    "rumdl.toml",
    "rustfmt.toml",
    ".yolobox",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create your own Option-like enum"
homepage = "https://github.com/DenisGorbachev/option-like"
readme = "README.md"
keywords = [
    "option",
    "newtype",
]
categories = [
    "rust-patterns",
    "development-tools",
    "data-structures",
    "no-std",
    "no-std::no-alloc",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/option-like"

[package.metadata.details]
title = "Create your own Option-like enum"

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

[lints.clippy]
absolute_paths = "deny"
arithmetic_side_effects = "deny"

[lints.rust]
redundant_imports = "deny"
unused_import_braces = "deny"