dprint-core 0.31.1

Core rust library for dprint.
Documentation
[package]
name = "dprint-core"
description = "Core rust library for dprint."
keywords = ["formatting", "formatter"]
version = "0.31.1"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/dprint/dprint/tree/master/crates/core"
repository = "https://github.com/dprint/dprint"

[features]
default = ["formatting"]

formatting = []
process = ["serde_json", "sysinfo"]
wasm = []

[dependencies]
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
sysinfo = { version = "0.15.0", optional = true }