# 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.3.3" build = 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" [lib] name = "implib" path = "src/lib.rs" [[test]] name = "test_import_lib" path = "tests/test_import_lib.rs" [dependencies.memoffset] version = "0.9.0" [dependencies.object] version = "0.36.4" features = ["pe"] default-features = false [features] default = [ "msvc", "gnu", ] gnu = ["object/write_std"] msvc = []