chiralmap 0.1.3

Left-Right map using IndexMap
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 = "chiralmap"
version = "0.1.3"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
build = false
include = [
    "/src",
    "/LICENSE",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Left-Right map using IndexMap"
homepage = "https://codeberg.org/raffaeleragni/chiralmap"
documentation = "https://docs.rs/chiralmap"
readme = "README.md"
keywords = [
    "indexmap",
    "hashmap",
    "left-right",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/raffaeleragni/chiralmap"

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

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

[dependencies.builder-pattern]
version = "0.4"
default-features = false

[dependencies.indexmap]
version = "2.10"

[dependencies.left-right]
version = "0.11"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.mise-server]
version = "0.1.9"

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

[lints.clippy.pedantic]
level = "warn"
priority = -1