# 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 = "unix-ts-macros" version = "1.0.0" exclude = [ "/.github/*", "/rustfmt.toml", "/.prettierrc.yaml", ] description = "Macro to quickly create unix-ts timestamps." homepage = "https://github.com/lukesneeringer/unix-ts" documentation = "https://docs.rs/unix-ts-macros/" readme = "README.md" keywords = [ "date", "time", "unix-timestamp", "timestamp", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/lukesneeringer/unix-ts" [lib] proc-macro = true