[package] cargo-toml-patch-comments = [ "ensure license files are included in repackaged crate sources", ] [[package.extra-sources]] number = 1 file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-APACHE" comments = ["https://github.com/qnighy/yasna.rs/issues/76"] [[package.extra-sources]] number = 2 file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-MIT" [[package.extra-patches]] number = 2 file = "https://github.com/qnighy/yasna.rs/pull/73.patch" comments = ["include downstream patch to fix test failure on i686"] [scripts] prep.post = [ "cp -pav %{SOURCE1} %{SOURCE2} .", ]