key-paths-iter 0.1.2

Query builder and iteration over rust-key-paths KpType for Vec collections
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 = "key-paths-iter"
version = "0.1.2"
authors = ["Codefonsi <info@codefonsi.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query builder and iteration over rust-key-paths KpType for Vec collections"
homepage = "https://github.com/codefonsi/rust-key-paths"
documentation = "https://docs.rs/key-paths-iter"
readme = "README.md"
keywords = [
    "keypaths",
    "iterator",
    "query",
    "rayon",
    "parallel",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/codefonsi/rust-key-paths"
resolver = "3"

[features]
default = []
gpu = [
    "dep:bytemuck",
    "dep:wgpu",
    "dep:pollster",
]
rayon = [
    "dep:rayon",
    "dep:num_cpus",
]

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

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]
optional = true

[dependencies.num_cpus]
version = "1.16"
optional = true

[dependencies.pollster]
version = "0.3"
optional = true

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.rust-key-paths]
version = "2"

[dependencies.wgpu]
version = "0.19"
optional = true