flash_rowan 0.5.7

Biome's custom Rowan definition (forked from biome_rowan)
Documentation
[package]
name        = "flash_rowan"
version     = "0.5.7"
edition     = "2024"
description = "Biome's custom Rowan definition (forked from biome_rowan)"
repository  = "https://tangled.org/philocalyst.bsky.social/flash"
license     = "MIT OR Apache-2.0"
publish     = true

[[bench]]
harness = false
name    = "mutation"

[dependencies]
flash_text_edit = { path = "../flash_text_edit", version = "0.5.7" }
flash_text_size = { path = "../flash_text_size", version = "0.5.7" }
countme         = { version = "3.0.1", optional = true }
hashbrown       = { version = "0.15.5", default-features = false, features = ["inline-more", "raw-entry"] }
rustc-hash      = "2.1.3"
schemars        = { version = "1.2.1", features = ["indexmap2", "smallvec1"], optional = true }
serde           = { version = "1.0.228", optional = true }

[dev-dependencies]
iai               = "=0.1.1"
quickcheck        = "1.1.0"
quickcheck_macros = "1.2.0"
serde_json        = "1.0.150"

[features]
countme = ["dep:countme"]
schema  = ["dep:schemars", "serde"]
serde   = ["flash_text_size/serde", "dep:serde"]