# 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 = "abbreviation_extractor" version = "0.1.4" authors = ["Praise Oketola "] build = false exclude = ["benches/pubmed_abstracts_20240801_to_20240809.txt"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for extracting abbreviations from text." readme = "README.md" keywords = [ "abbreviation", "extraction", "nlp", "text-processing", "biomedical", ] categories = [ "text-processing", "science", "algorithms", ] license = "MIT" repository = "https://github.com/praise2112/abbreviation-extractor" [profile.bench] debug = 2 [lib] name = "abbreviation_extractor" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.punkt_n] version = "1.0.5" [dependencies.pyo3] version = "0.22.0" [dependencies.pyo3-log] version = "0.11.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.flamegraph] version = "0.6.5"