[package] name = "liquid-dsp-bindings" version = "0.1.1" authors = ["Jacob Holtom "] edition = "2018" description = "These are the high-level Rust bindings for liquid-dsp (liquidsdr.org) - This repository was previously the lower level bindings. They have been moved to the liquid-dsp-bindings-sys crate to better keep with the standards for binding crates." license = "WTFPL" keywords = ["sdr","dsp","liquid","signal","radio"] categories = ["external-ffi-bindings"] repository = "https://github.com/jholtom/liquid-dsp-bindings" [dependencies] liquid-dsp-bindings-sys = "0.1.0"