# 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 = "crossroads" version = "0.1.1" authors = ["Janosch Reppnow "] description = "A proc-macro that turns one function into many along a user-defined set of fork points!" readme = "README.md" keywords = [ "test", "section", "nested", "fork", "subtest", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/jreppnow/crossroads" [lib] proc-macro = true [[example]] name = "testing_map" crate-type = ["lib"] path = "examples/map.rs" test = true [[test]] name = "good_cases" path = "tests/compile/good.rs" [[test]] name = "logic" path = "tests/logic.rs" [dependencies.syn] version = "1.0" features = [ "full", "visit", "visit-mut", ] [dev-dependencies.trybuild] version = "1.0"