implib 0.6.0

Generate Windows import library from module definition file
Documentation
# 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 = "implib"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Windows import library from module definition file"
readme = "README.md"
license = "MIT"
repository = "https://github.com/messense/implib-rs"

[features]
default = [
    "msvc",
    "gnu",
]
gnu = ["object/write_std"]
msvc = []

[lib]
name = "implib"
path = "src/lib.rs"

[[test]]
name = "test_import_lib"
path = "tests/test_import_lib.rs"

[dependencies.ar_archive_writer]
version = "0.5.1"

[dependencies.memchr]
version = "2.8.0"

[dependencies.memoffset]
version = "0.9.0"

[dependencies.object]
version = "0.39.1"
features = ["pe"]
default-features = false