[package] name = "schemsearch-lib" version = "0.1.7" edition = "2021" license = "AGPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] schemsearch-files = { path = "../schemsearch-files" } schemsearch-common = { path = "../schemsearch-common" } schemsearch-ocl-matcher = { path = "../schemsearch-ocl-matcher" } named-binary-tag = "0.6" libmath = "0.2.1" lazy_static = "1.4.0"