[package] name = "mayda_codec" version = "0.1.4" authors = ["Jeremy Mason "] license = "MIT/Apache-2.0" description = "Separate compilation unit for functions generated by mayda_macros" homepage = "https://github.com/harharkh/mayda" repository = "https://github.com/harharkh/mayda" documentation = "https://harharkh.github.io/mayda" keywords = ["mayda", "compression"] [lib] name = "mayda_codec" [dependencies] mayda_macros = { path = "../mayda_macros", version = "0.1" } simd = "0.2"