# 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 = "rust-cef-derive" version = "0.2.6" authors = ["Archis Gore "] autotests = false description = "Macros to derive the ToCef trait implementation for any struct\nas well as macros to annotate members to map to various CEF headers or key-value pairs.\n\nThis enables having a structured representation inside Rust to be serialized\nas CEF log entries that can be written to log files or syslog." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/polyverse/rust-cef/rust-cef-macros" [lib] proc-macro = true [[test]] name = "tests" path = "tests/test.rs" [dependencies.inflections] version = "1.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.34" [dependencies.quote] version = "1.0.10" [dependencies.rust-cef] version = "0.2.6" [dependencies.syn] version = "1.0.82" [dev-dependencies.time] version = "0.3.5" [dev-dependencies.trybuild] version = "1.0.53" features = ["diff"]