simple-summarize 0.1.0

Fast extractive text summarizer in Rust (with 30-70% compression).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "distance"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9d8664cf849d7d0f3114a3a387d2f5e4303176d746d5a951aaddc66dfe9240"

[[package]]
name = "macron"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "179a6cd723da9aff67b3bddc4804c5a427fc6b2fb599b6358add7d9d3a31a6ac"
dependencies = [
 "macron-collections",
 "macron-impl-display",
 "macron-impl-error",
 "macron-impl-from",
 "macron-impl-into",
 "macron-map",
 "macron-regex",
 "macron-str",
]

[[package]]
name = "macron-collections"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39610e500214763d930fec2f102d070499c9c6e0b1c1c5b331572c2e115d8800"
dependencies = [
 "macron-map",
]

[[package]]
name = "macron-impl-display"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9ffb18d54a49dde4005773d8f2e2a709d2caa5561e8c8d430da4ec93a1c027f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "macron-impl-error"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7011da048b35459f187b205f7721f5e0329c262a84b5b2a91ea781d11877eb5"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "macron-impl-from"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a39985f0e374141b913618f753ca649da45dda47621cc4131959d721dc751635"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "macron-impl-into"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b10b6f502ff432df11bccd9cabda7febdc3f52c901a64edb4c27df3f2f4b2ff"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "macron-map"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fd1e10d314ee9aa76777f1412185fbf51844a438867107f3b617aa2eb03b53"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "macron-regex"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055b1d9e7b56b4f45b9a7501532f88b6306e3bf91fcbea8ffb71b3811380f793"

[[package]]
name = "macron-str"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d354b048a4a2bcf527b6106bcc1fb68145a444b568107f7fb7782b7014195157"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "proc-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "simple-summarize"
version = "0.1.0"
dependencies = [
 "distance",
 "macron",
]

[[package]]
name = "syn"
version = "2.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"