# 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 = "economic_indicator_finder" version = "0.1.1" authors = ["Seongsu Park <56729421+seongs1024@users.noreply.github.com>"] description = """ A finder for extracting economic indicators from paragraphs """ documentation = "https://docs.rs/economic_indicator_finder" readme = "README.md" keywords = [ "economics", "economic-indicator", "text-processing", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/seongs1024/economic_indicator_finder" [[example]] name = "slow_finder" required-features = ["slow_finder"] [dependencies.anyhow] version = "1.0.75" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [features] default = [] slow_finder = []