qubit-function 0.8.1

Common functional programming type aliases for Rust, providing Java-style functional interfaces
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"
rust-version = "1.70"
name = "qubit-function"
version = "0.8.1"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
    "coverage.sh",
    "COVERAGE.md",
    "COVERAGE.zh_CN.md",
    "PROJECT_STRUCTURE.md",
    "PROJECT_STRUCTURE.zh_CN.md",
    ".circleci/*",
    "align-ci.sh",
    "ci-check.sh",
    ".llvm-cov.toml",
    ".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common functional programming type aliases for Rust, providing Java-style functional interfaces"
homepage = "https://github.com/qubit-ltd/rs-function"
documentation = "https://docs.rs/qubit-function"
readme = "README.md"
keywords = [
    "functional",
    "predicate",
    "function",
    "consumer",
    "supplier",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-function"

[lib]
name = "qubit_function"
path = "src/lib.rs"
doctest = false

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

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

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

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

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

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "0.2.1"
package = "pastey"

[lints.clippy]
type_complexity = "allow"