[package]
edition = "2024"
name = "forestrie-builder"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build a trie and convert it TokenStream"
readme = false
license = "MPL-2.0"
repository = "https://gitlab.com/LeLuxNet/forestrie"
resolver = "2"
[lib]
name = "forestrie_builder"
path = "src/lib.rs"
[dependencies.proc-macro2]
version = "1.0"
default-features = false
[dependencies.quote]
version = "1.0"
default-features = false
[lints.clippy]
as_conversions = "deny"
as_underscore = "deny"
bool_assert_comparison = "allow"
cargo_common_metadata = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
option_if_let_else = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_pub_crate = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
tabs_in_doc_comments = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1