Files
cli/vendor/ar_archive_writer/Cargo.toml

76 lines
1.5 KiB
TOML

# 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 = "2024"
name = "ar_archive_writer"
version = "0.5.1"
build = false
autolib = 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.37.1"
features = [
"std",
"read",
]
default-features = false
[dev-dependencies.cargo-binutils]
version = "0.3.6"
[dev-dependencies.object]
version = "0.37.1"
features = [
"write",
"xcoff",
]
default-features = false
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = 0