[dependencies.cranelift-entity]
version = "0.114.0"
[lib]
name = "cranelift_bforest"
path = "src/lib.rs"
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)"]
level = "warn"
priority = 0
[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "A forest of B+-trees"
documentation = "https://docs.rs/cranelift-bforest"
edition = "2021"
keywords = ["btree", "forest", "set", "map"]
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-bforest"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.80.0"
version = "0.114.0"