[package] name = "mem-query" version = "0.0.1" authors = ["e"] edition = "2018" description = "Relational algebra interface for Rust collections" license = "MIT OR Apache-2.0" homepage = "https://2-71828.com/memquery/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] const = ["tylisp/const"] slow_tests = [] [dependencies] # tylisp = { path = "../tylisp" } tylisp = "0.1.0" itertools = "0.9.0" thiserror = "1.0" either = "1.5"