# 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 = "readability-text-cleanup" version = "1.0.0" description = "A Rust library for cleaning up text from HTML using Mozilla's Readability algorithm" readme = "README.md" license = "MIT" repository = "https://github.com/indicium-ag/readability-text-cleanup-rs" [profile.dev] rpath = true [profile.release] opt-level = "z" lto = true codegen-units = 1 rpath = true panic = "abort" strip = "symbols" [lib] crate_type = ["cdylib"] [dependencies.html2md] version = "0.2.14" [dependencies.lazy_static] version = "^1.4.0" [dependencies.rayon] version = "^1.9.0" [dependencies.regex] version = "^1.10.3" [dependencies.wasm-bindgen] version = "^0.2.92"