use cargo-c to produce cdy and static libs
cargo-c will produce a pkg-config file making it easier to statically link plugins.
Also add v1_14 features for plugins depending on < 1.14 as this is the minimal required version to use static linking because of ABI changes in core.
Edited by Sebastian Dröge