[package]
edition = "2024"
name = "everywhere"
version = "0.1.1"
authors = ["Nekomaru <Nekomaru@pku.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level, ergonomic Rust wrapper around the Everything SDK for fast Windows file search"
documentation = "https://docs.rs/everywhere"
readme = "README.md"
keywords = [
"everything",
"search",
"windows",
"filesystem",
"voidtools",
]
categories = [
"filesystem",
"os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NekomaruQwQ/everywhere"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
[lib]
name = "everywhere"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.10.0"
[dependencies.everything-sdk]
version = "0.0.6"
[dependencies.log]
version = "0.4.29"
[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
arithmetic_side_effects = "allow"
as_conversions = "allow"
as_underscore = "allow"
blanket_clippy_restriction_lints = "allow"
cargo_common_metadata = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_overindented_list_items = "allow"
exhaustive_enums = "allow"
exhaustive_structs = "allow"
expect_used = "allow"
float_arithmetic = "allow"
float_cmp = "allow"
if_not_else = "allow"
implicit_return = "allow"
indexing_slicing = "allow"
integer_division = "allow"
integer_division_remainder_used = "allow"
let_underscore_must_use = "allow"
let_underscore_untyped = "allow"
manual_range_contains = "allow"
match_ref_pats = "allow"
min_ident_chars = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
missing_inline_in_public_items = "allow"
missing_panics_doc = "allow"
missing_trait_methods = "allow"
mod_module_files = "allow"
module_name_repetitions = "allow"
modulo_arithmetic = "allow"
multiple_crate_versions = "allow"
multiple_inherent_impl = "allow"
must_use_candidate = "allow"
needless_borrowed_reference = "allow"
needless_else = "allow"
panic = "allow"
print_stderr = "allow"
print_stdout = "allow"
pub_use = "allow"
pub_with_shorthand = "allow"
question_mark_used = "allow"
ref_patterns = "allow"
self_named_module_files = "allow"
semicolon_outside_block = "allow"
shadow_reuse = "allow"
shadow_same = "allow"
shadow_unrelated = "allow"
single_call_fn = "allow"
single_char_lifetime_names = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "allow"
suboptimal_flops = "allow"
try_err = "allow"
undocumented_unsafe_blocks = "allow"
unseparated_literal_suffix = "allow"
unwrap_used = "allow"
wildcard_enum_match_arm = "allow"
wildcard_imports = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.clippy.restriction]
level = "warn"
priority = -1