# 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 = "mmi-parser" version = "2.0.0" authors = ["Nick Anthony "] description = "A parser for Fielded MetaMap (MMI) output." readme = "README.md" keywords = [ "cli", "metamap", "mmi", "parser", ] categories = [ "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/UK-IPOP/mmi-parser-rs" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.colored] version = "2" [dependencies.indicatif] version = "0.16.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2"