# 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 = "callback_fn" version = "0.1.0" authors = ["Daisuke Ito "] description = "A library for callback functions." readme = "README.md" keywords = [ "callback", "design-by-contract", "macro", ] license = "MIT" repository = "https://github.com/poi2/callback_fn" [lib] name = "callback_fn" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "visit", "visit-mut", ] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.strum] version = "0.26" [dev-dependencies.strum_macros] version = "0.26" [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features]