# 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 = "rome_js_formatter" version = "0.0.2" authors = ["Rome Tools Developers and Contributors"] description = "Rome's JavaScript formatter" documentation = "https://rustdocs.rome.tools/rome_js_formatter/index.html" readme = "README.md" categories = ["development-tools"] license = "MIT" repository = "https://github.com/rome/tools" [package.metadata.workspaces] independent = true [[bench]] name = "iai" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.rome_diagnostics_categories] version = "0.0.1" [dependencies.rome_formatter] version = "0.0.1" [dependencies.rome_js_factory] version = "0.0.1" [dependencies.rome_js_syntax] version = "0.0.1" [dependencies.rome_rowan] version = "0.0.1" [dependencies.rome_text_size] version = "0.0.1" [dependencies.schemars] version = "0.8.10" optional = true [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.31" features = ["std"] default-features = false [dependencies.unicode-width] version = "0.1.9" [dev-dependencies.countme] version = "3.0.1" features = ["enable"] [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.insta] version = "1.21.2" features = ["glob"] [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] serde = [ "dep:serde", "schemars", ]