# 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 = "sentence_segmentation" version = "1.0.3" authors = ["Soltia Luxiant "] build = false include = [ "src/lib.rs", "src/abbreviation_map.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rule-based sentence_segmenter, inspired by ruby pragmatic segmenter by diasks2 (repo: https://github.com/diasks2/pragmatic_segmenter)" readme = "README.md" license = "MIT" repository = "https://github.com/luxiant/sentence_segmentation" [package.metadata] include = ["src/abbreviation_map.json"] [lib] name = "sentence_segmentation" path = "src/lib.rs" [dependencies.fancy-regex] version = "0.14.0" [dependencies.regex] version = "1.11.1" [dependencies.serde_json] version = "1.0.132"