[package] name = "gnlp" version = "0.1.0" edition = "2021" license = "MIT" description = "A comman line for you to extract info using natural language." repository = "https://github.com/smy20011/gnlp" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.1.6" itertools = "0.10.5" rust-bert = "0.20.0"