taplo-cli 0.10.0

A CLI for Taplo TOML toolkit
Documentation
[[bin]]
name = "taplo"
path = "bin/taplo.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.53"

[dependencies.clap]
default-features = false
features = ["std", "derive", "cargo", "env", "default"]
version = "4.5.31"

[dependencies.codespan-reporting]
version = "0.11.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.10.3"

[dependencies.once_cell]
version = "1.4"

[dependencies.regex]
version = "1.5"

[dependencies.reqwest]
default-features = false
features = ["json"]
optional = true
version = "0.11.9"

[dependencies.schemars]
version = "0.8.3"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1.0.78"

[dependencies.taplo]
features = ["serde"]
version = "0.14.0"

[dependencies.taplo-common]
version = "0.6.0"

[dependencies.taplo-lsp]
default-features = false
optional = true
version = "0.8.0"

[dependencies.time]
features = ["parsing"]
version = "0.3.7"

[dependencies.toml]
version = "0.7"

[dependencies.tracing]
version = "0.1.30"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.7"

[dependencies.url]
version = "2.2.2"

[features]
completions = ["dep:clap_complete"]
default = ["completions", "lint", "lsp", "rustls-tls", "toml-test"]
lint = ["reqwest", "taplo-common/reqwest", "taplo-common/schema"]
lsp = ["async-ctrlc", "lint", "taplo-lsp"]
native-tls = ["taplo-common/native-tls", "taplo-lsp?/native-tls"]
rustls-tls = ["taplo-common/rustls-tls", "taplo-lsp?/rustls-tls"]
toml-test = ["lint"]

[lib]
name = "taplo_cli"
path = "src/lib.rs"

[package]
authors = ["tamasfe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A CLI for Taplo TOML toolkit"
edition = "2021"
homepage = "https://taplo.tamasfe.dev"
keywords = ["toml", "linter", "formatter"]
license = "MIT"
name = "taplo-cli"
readme = "README.md"
repository = "https://github.com/tamasfe/taplo"
rust-version = "1.74"
version = "0.10.0"

[package.metadata.auto-tag]
enabled = true

[target.'cfg(not(target_family = "wasm"))'.dependencies.ansi_term]
version = "0.12"

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-ctrlc]
features = ["stream"]
optional = true
version = "1.2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap_complete]
optional = true
version = "4.4.18"

[target.'cfg(not(target_family = "wasm"))'.dependencies.lsp-async-stub]
features = ["tokio-tcp", "tokio-stdio"]
version = "0.7.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.prettydiff]
default-features = false
version = "0.6.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
default-features = false
features = ["sync", "fs", "time", "io-std", "rt-multi-thread", "parking_lot"]
version = "1.24.2"

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
default-features = false
features = ["sync", "parking_lot", "io-util"]
version = "1.24.2"