flense 0.2.2

Purpose-oriented lensing
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.1"
name = "flense"
version = "0.2.2"
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Purpose-oriented lensing"
documentation = "https://docs.rs/flense"
readme = "README.md"
keywords = [
    "lens",
    "functional",
    "fp",
    "pattern",
    "view",
]
categories = [
    "data-structures",
    "development-tools::ffi",
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/biteablepet/flense"

[features]
default = []

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

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "compile"
path = "tests/compile.rs"

[[test]]
name = "lens"
path = "tests/lens.rs"

[[test]]
name = "lens_mut"
path = "tests/lens_mut.rs"

[[test]]
name = "lens_slice"
path = "tests/lens_slice.rs"

[[test]]
name = "lens_slice_mut"
path = "tests/lens_slice_mut.rs"

[dependencies]

[dev-dependencies.assert2]
version = "0.4.0"

[dev-dependencies.trybuild]
version = "1.0.116"

[lints.clippy]
absolute_paths = "warn"
correctness = "warn"
expect_used = "warn"
indexing_slicing = "warn"
nursery = "warn"
panic = "warn"
pedantic = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_safety_comment = "warn"
unused_trait_names = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unused_qualifications = "warn"