# 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 = "derive_step" version = "1.0.1" authors = ["perpetualcacophony"] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "A derive macro for the unstable Step trait." readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/perpetualcacophony/derive_step" [lib] name = "derive_step" path = "src/lib.rs" proc-macro = true [dependencies.manyhow] version = "~0.11" [dependencies.syn] version = "~2.0" features = [ "derive", "printing", "proc-macro", "full", ] default-features = false [dev-dependencies.paste] version = "1.0.15"