# 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 = "dprint-plugin-toml" version = "0.6.3" authors = ["David Sherret "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TOML formatter for dprint." homepage = "https://github.com/dprint/dprint-plugin-toml" readme = "README.md" keywords = [ "formatting", "formatter", "toml", ] license = "MIT" repository = "https://github.com/dprint/dprint-plugin-toml" [profile.release] opt-level = 3 lto = true debug = 0 debug-assertions = false panic = "abort" overflow-checks = false [lib] name = "dprint_plugin_toml" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[test]] name = "specs" path = "tests/spec_test.rs" harness = false [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.dprint-core] version = "0.66.2" features = ["formatting"] [dependencies.dprint-core-macros] version = "0.1.0" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.taplo] version = "0.12.1" default-features = false [dev-dependencies.debug-here] version = "0.2" [dev-dependencies.dprint-development] version = "0.10.1" [dev-dependencies.serde_json] version = "1.0" [features] tracing = ["dprint-core/tracing"] wasm = [ "serde_json", "dprint-core/wasm", ]