# 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 = "2018" name = "win-variant" version = "0.3.0" authors = ["Phillip Couto "] description = "This is a rust crate that aims to provide a more ergonomic way of working with variants in winapi based projects." keywords = [ "windows", "variant", ] categories = ["data-structures"] license = "MIT" repository = "https://gitlab.com/phillipCouto/win-variant" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" features = ["serde"] [dependencies.serde] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "0.5" [dependencies.winapi] version = "0.3.9" features = [ "impl-default", "oaidl", "oleauto", "minwindef", "wtypes", ] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.serde_json] version = "1"