# 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 = "testdata-macros" version = "0.1.0" include = [ "/src", "/README.md", ] description = "File-based testing helper -- subpackage for proc-macro" keywords = [] categories = [ "development-tools::testing", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qnighy/testdata-rs" [lib] proc-macro = true [dependencies.once_cell] version = "1.14.0" [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.99" features = ["full"] [dependencies.testdata-rt] version = "0.1.0" [dependencies.unicode-normalization] version = "0.1.21" [dependencies.unicode-xid] version = "0.2.3" [dev-dependencies.big_s] version = "1.0.2" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "1.3.0"