[package] name = "nloq" version = "0.1.1" authors = ["Julian Popescu "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/riddleandcode/nlsd" documentation = "https://docs.rs/nloq/" repository = "https://github.com/riddleandcode/nlsd" description = "Natural Language Object Query" keywords = ["natural-language", "parsing", "query"] categories = ["parsing", ] [features] default = ["std"] std = ["nl-parser/std", "object-query/std"] [dependencies] nl-parser = { version = "0.1.1", path = "../parser", default-features = false } object-query = { version = "0.1.3", path = "../query", default-features = false }