# 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-core" version = "0.1.2" authors = ["Nick Anthony "] description = "A core library for extracting drugs from text records" readme = "README.md" keywords = [ "drug", "extraction", "nlp", "text", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/UK-IPOP/drug-extraction" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.csv] version = "1.1.6" [dependencies.itertools] version = "0.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strsim] version = "0.10.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.13"