# 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 = "xladd-derive" version = "0.7.0" authors = ["Ronnie Chowdhury "] description = "A simple macro that helps write Excel UDF functions in Rust" readme = "Readme.MD" keywords = ["excel", "userdefined", "udf"] license = "MIT" repository = "https://github.com/ronniec95/xladd-derive" [lib] proc-macro = true [dependencies.com] version = "0.3" features = ["production"] [dependencies.log] version = "^0.4" [dependencies.ndarray] version = "^0.14" optional = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full", "extra-traits"] [dependencies.widestring] version = "0.4" [dependencies.winapi] version = "0.3" features = ["oaidl", "combaseapi", "oleauto"]