# 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 = "drug-extraction-cli" version = "1.3.0" authors = ["Nick Anthony "] description = "A CLI for extracting drugs from text records" readme = "README.md" keywords = [ "drug", "extraction", "nlp", "text", ] categories = [ "parsing", "command-line-interface", ] license = "MIT" repository = "https://github.com/UK-IPOP/drug-extraction" [profile.release] strip = true [lib] path = "src/lib.rs" [[bin]] name = "extract-drugs" path = "src/main.rs" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.csv] version = "1.1.6" [dependencies.dialoguer] version = "0.10.3" default-features = false [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.strsim] version = "0.11.0"