# 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 = "sane-fmt" version = "0.18.1" authors = ["khai96_ "] include = [ "/src", "/Cargo.toml", "/README.md", ] description = "Opinionated code formatter for TypeScript and JavaScript" readme = "README.md" keywords = [ "format", "typescript", "javascript", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sane-fmt/sane-fmt.git" [profile.release] opt-level = "z" [lib] name = "sane_fmt" path = "src/lib.rs" doc = true [[bin]] name = "sane-fmt" path = "src/main.rs" doc = false [[bin]] name = "sane-fmt-export-json-config" path = "src/export_json_config/main.rs" doc = false [[bin]] name = "sane-fmt-generate-shell-completions" path = "src/generate_shell_completions/main.rs" doc = false [dependencies.clap] version = "^4.0.32" features = ["derive"] [dependencies.clap-utilities] version = "^0.2.0" [dependencies.derive_more] version = "^0.99.17" [dependencies.dprint-core] version = "=0.66.1" [dependencies.dprint-plugin-typescript] version = "=0.89.3" [dependencies.pipe-trait] version = "^0.4.0" [dependencies.relative-path] version = "^1.8.0" [dependencies.serde] version = "^1.0.159" features = ["derive"] [dependencies.serde_json] version = "^1.0.95" [dependencies.similar] version = "^2.2.1" [dependencies.tap] version = "^1.0.1" [dependencies.yansi] version = "^0.5.1" [dev-dependencies.fs_extra] version = "^1.3.0" [dev-dependencies.pretty_assertions] version = "^1.3.0" [dev-dependencies.strip-ansi-escapes] version = "^0.2.0" [dev-dependencies.tempfile] version = "^3.4.0" [dev-dependencies.text-block-macros] version = "0.1.1" [dev-dependencies.toml] version = "^0.8.10"