cached-pair 0.14.0

A simple pair of values, where the one can be convertible to the other.
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 = "2021"
name = "cached-pair"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple pair of values, where the one can be convertible to the other."
documentation = "https://docs.rs/cached-pair/latest/cached_pair/"
readme = "readme.md"
keywords = [
    "pair",
    "cache",
    "conversion",
    "either",
    "data-structure",
]
categories = [
    "data-structures",
    "caching",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/wada314/cached_pair"

[features]
default = []
itertools = ["dep:itertools"]

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

[dependencies.itertools]
version = "0.14.0"
optional = true