# 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 = "skedgy-derive" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macros for the skedgy crate" documentation = "https://docs.rs/klaatu01/0.0.3/skedgy-derive/" readme = "README.md" keywords = [ "scheduler", "async", "job", "cron", "schedule", ] license = "MIT" repository = "https://github.com/klaatu01/skedgy-derive" [lib] name = "skedgy_derive" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.proc-macro-crate] version = "3.2.0" [dependencies.proc-macro2] version = "1.0.87" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1.0.37" features = ["proc-macro"] default-features = false [dependencies.syn] version = "2.0.79" features = [ "clone-impls", "derive", "parsing", "printing", "proc-macro", ] default-features = false