# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "taplo-cli" version = "0.9.3" authors = ["tamasfe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI for Taplo TOML toolkit" homepage = "https://taplo.tamasfe.dev" readme = "README.md" keywords = [ "toml", "linter", "formatter", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/tamasfe/taplo" [package.metadata.auto-tag] enabled = true [lib] name = "taplo_cli" path = "src/lib.rs" [[bin]] name = "taplo" path = "bin/taplo.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-ctrlc] version = "1.2.0" features = ["stream"] optional = true [dependencies.clap] version = "3.0.0" features = [ "derive", "cargo", "env", ] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.futures] version = "0.3" [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.4" [dependencies.reqwest] version = "0.11.9" features = ["json"] default-features = false [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.taplo] version = "0.13.2" features = ["serde"] [dependencies.taplo-common] version = "0.5.2" [dependencies.taplo-lsp] version = "0.7.2" optional = true default-features = false [dependencies.time] version = "0.3" features = ["parsing"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.7" features = ["env-filter"] [dependencies.url] version = "2.2.2" [features] default = ["rustls-tls"] lsp = [ "taplo-lsp", "async-ctrlc", ] native-tls = ["taplo-common/native-tls"] rustls-tls = ["taplo-common/rustls-tls"] toml-test = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ansi_term] version = "0.12" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.atty] version = "0.2.14" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.lsp-async-stub] version = "0.6.4" features = [ "tokio-tcp", "tokio-stdio", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.prettydiff] version = "0.6.1" default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.24.2" features = [ "sync", "fs", "time", "io-std", "rt-multi-thread", "parking_lot", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "1.24.2" features = [ "sync", "parking_lot", "io-util", ] default-features = false