# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ar_archive_writer" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A writer for object file ar archives" readme = "Readme.md" keywords = [ "ar", "archive", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/rust-lang/ar_archive_writer" [lib] name = "ar_archive_writer" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "import_library" path = "tests/import_library.rs" [[test]] name = "multiple_objects" path = "tests/multiple_objects.rs" [[test]] name = "round_trip" path = "tests/round_trip.rs" [dependencies.object] version = "0.36.2" features = [ "std", "read", ] default-features = false [dev-dependencies.cargo-binutils] version = "0.3.6" [dev-dependencies.object] version = "0.36.2" features = [ "write", "xcoff", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [lints.rust.rust_2018_idioms] level = "deny" priority = 0