dprint-core 0.58.2

Core library for dprint.
Documentation
[dependencies.anyhow]
version = "1.0.53"

[dependencies.bumpalo]
optional = true
version = "3.9.1"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.4"

[dependencies.indexmap]
features = ["serde-1"]
version = "1.8.0"

[dependencies.parking_lot]
optional = true
version = "0.12.0"

[dependencies.rustc-hash]
optional = true
version = "1.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.serde_json]
features = ["preserve_order"]
optional = true
version = "1.0"

[dependencies.tokio]
features = ["rt", "time"]
optional = true
version = "1"

[dependencies.tokio-util]
optional = true
version = "0.7.0"

[features]
communication = ["crossbeam-channel", "tokio", "parking_lot", "tokio-util"]
default = ["formatting"]
formatting = ["bumpalo", "rustc-hash"]
process = ["communication", "serde_json", "libc", "winapi"]
tracing = ["formatting"]
wasm = []

[package]
authors = ["David Sherret <dsherret@gmail.com>"]
description = "Core library for dprint."
edition = "2021"
homepage = "https://github.com/dprint/dprint/tree/main/crates/core"
keywords = ["formatting", "formatter"]
license = "MIT"
name = "dprint-core"
repository = "https://github.com/dprint/dprint"
version = "0.58.2"
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
optional = true
version = "0.2.114"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "synchapi", "winbase", "winerror"]
optional = true
version = "0.3.9"