pub fn compose_manifest_bytes( crate_short: &str, version: &str, target: &str, link_type: &str, crt: &str, features: Option<&str>, ) -> Vec<u8> ⓘ