# 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 = "wikiwho" version = "0.1.0" build = false exclude = [ "*.xml", "*.xml.zst", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast Rust reimplementation of the WikiWho algorithm for fine-grained authorship attribution on large datasets. Optimized for easy integration in multi-threaded applications." readme = "README.md" license = "MPL-2.0 AND MIT" repository = "https://github.com/Schuwi/wikiwho_rs" [profile.bench] lto = true codegen-units = 1 [profile.test.package.proptest] opt-level = 3 [profile.test.package.pyo3] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 [lib] name = "wikiwho" path = "src/lib.rs" [[bench]] name = "bench_utils" path = "benches/bench_utils.rs" harness = false [dependencies.aho-corasick] version = "1.1.3" [dependencies.blake3] version = "1.5.4" [dependencies.chrono] version = "0.4.38" [dependencies.compact_str] version = "0.8.0" [dependencies.imara-diff] version = "0.1.7" default-features = false [dependencies.memchr] version = "2.7.4" [dependencies.pyo3] version = "0.22.3" features = ["auto-initialize"] optional = true [dependencies.quick-xml] version = "0.36.2" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.rustc-hash] version = "2.0.0" [dependencies.string-interner] version = "0.17.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.unicode-case-mapping] version = "1.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.pyo3] version = "0.22.3" features = ["auto-initialize"] [dev-dependencies.rand_xoshiro] version = "0.6.0" [features] default = [] optimized-str = [] python-diff = ["pyo3"] strict = []