# 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 = "markdown-table-formatter" version = "0.3.0" authors = ["James Lanska <65431054+jameslanska@users.noreply.github.com>"] exclude = [ ".github/", "docs/", ".vscode/", "tests/", ] description = "Markdown table formatter fully compliant with Unicode 15.1.0" readme = "README.md" keywords = [ "markdown", "markdown_tables", "formatter", "tables", "east-asian-width", ] categories = [ "text-processing", "text-editors", ] license = "MIT" repository = "https://github.com/jameslanska/markdown-table-formatter/" [profile.release] lto = true codegen-units = 1 [lib] crate-type = [ "cdylib", "lib", ] [[bench]] name = "bench" harness = false [dependencies.comrak] version = "0.19.0" default-features = false [dependencies.unicode-display-width] version = "0.2.0" [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.test-case] version = "3.2.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.87"