# 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 = "opc_da_bindings" version = "0.1.2" build = false exclude = [ ".metadata/*", ".windows/*", "build.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OPC Data Access bindings" readme = "README.md" keywords = [ "opc", "da", "opcda", "bindings", ] license = "MIT" repository = "https://github.com/Ronbb/rust_opc" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [lib] name = "opc_da_bindings" path = "src/lib.rs" [dependencies.windows] version = "0.58.0" features = [ "implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Variant", "Win32_System_WinRT", ] [dependencies.windows-core] version = "0.58.0" [build-dependencies.windows-bindgen] version = "0.58.0"