[package] name = "ar_archive_writer" version = "0.4.2" edition = "2021" license = "Apache-2.0 WITH LLVM-exception" description = "A writer for object file ar archives" keywords = ["ar", "archive"] readme = "Readme.md" repository = "https://github.com/rust-lang/ar_archive_writer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] object = { version = "0.36.2", default-features = false, features = ["std", "read"] } [dev-dependencies] cargo-binutils = "0.3.6" object = { version = "0.36.2", default-features = false, features = ["write", "xcoff"] } pretty_assertions = "1.4.0" [lints.rust] rust_2018_idioms = { level = "deny" }