editorconfig-parser 0.0.3

.editorconfig parser
Documentation
[dependencies.globset]
version = "0.4.18"

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

[lints.clippy]
allow_attributes = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
filetype_is_file = "warn"
get_unwrap = "warn"
impl_trait_in_params = "warn"
infinite_loop = "warn"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
self_named_module_files = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"

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

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
non_ascii_idents = "warn"
unit-bindings = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage)", "cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Boshen <boshenc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = ".editorconfig parser"
edition = "2024"
include = ["/src"]
keywords = []
license = "MIT"
name = "editorconfig-parser"
publish = true
readme = "README.md"
repository = "https://github.com/oxc-project/editorconfig-parser"
version = "0.0.3"

[profile.release]
codegen-units = 1
debug = 0
lto = "fat"
opt-level = 3
panic = "abort"
strip = "symbols"