[package] name = "otto_vec" version = "0.1.0" authors = ["Hanif Bin Ariffin "] edition = "2018" license = "MIT" description = "Exposes the trait that can automatically vectorize pure functions." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] otto_vec_derive = { version ="0.0.1", path = "../otto_vec_derive" }