# 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. cargo-features = ["profile-rustflags"] [package] edition = "2021" name = "dprint-plugin-imporg" version = "0.1.6" authors = ["Balthild "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TypeScript and JavaScript import organizer." readme = "README.md" keywords = [ "import", "formatter", "typescript", "javascript", ] license = "MPL-2.0" repository = "https://github.com/balthild/dprint-plugin-imporg" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true rustflags = ["-Zlocation-detail=none"] [lib] name = "plugin" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.dprint-core] version = "0.67.1" features = ["wasm"] [dependencies.oxc] version = "0.30.1" [dependencies.regex] version = "1.10.6" [dependencies.ropey] version = "1.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_path_to_error] version = "0.1.16"