# 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 = "influxdb2-derive" version = "0.1.1" authors = [ "Armin Primadi ", "ex0dus-0x ", ] description = "Proc derive macro for Influxdb" license = "MIT" [lib] proc-macro = true [dependencies.itertools] version = "0.10.1" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.5.4" [dependencies.syn] version = "1.0.58" features = [ "full", "extra-traits", ] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.trybuild] version = "1.0"