# 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 = "wikitext_table_parser" version = "0.3.1" exclude = [ "wikitext_tables/*", "src/main.rs", ] description = "A Rust implement for parse the wikitext's table." homepage = "https://github.com/p208p2002/wikitext-table-parser" documentation = "https://github.com/p208p2002/wikitext-table-parser" readme = "README.md" keywords = [ "wiki", "wikitext", "table", "parser", ] categories = [ "text-processing", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/p208p2002/wikitext-table-parser" [lib] name = "wikitext_table_parser" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.pyo3] version = "0.21.0-dev" [dependencies.regex] version = "1.10.*" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26"