# 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 = "variant-rs" version = "0.4.0" authors = ["Tom Niget "] description = "VARIANT support for Rust. Clean, idiomatic handling of WinAPI/COM results." readme = "README.md" keywords = [ "com", "windows", "variant", "winapi", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/zdimension/variant-rs" [dependencies.chrono] version = "0.4.33" [dependencies.enumn] version = "0.1.13" [dependencies.paste] version = "1.0.14" [dependencies.rust_decimal] version = "1.34.2" [dependencies.thiserror] version = "1.0.56" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Variant", ] [dev-dependencies.rust_decimal_macros] version = "1.34.2"