# 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 = "ssage" version = "0.1.0-alpha1" authors = ["Emulator000 "] description = "Library to extract important words from a sequence of messages or a full text" readme = "README.md" keywords = [ "keywords", "text", "message", "utils", ] license = "MIT" repository = "https://github.com/Emulator000/ssage" resolver = "2" [dependencies.iter_tools] version = "^0.1" default-features = false [dependencies.priority-queue] version = "^1.2" default-features = false [dependencies.unicase] version = "^2.6" default-features = false