# 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" rust-version = "1.74" name = "tryexpand" version = "0.9.2" authors = [ "Vincent Esche ", "eupn ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test harness for macro expansion" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/regexident/tryexpand" [lib] name = "tryexpand" path = "src/lib.rs" [dependencies.base62] version = "2.0.2" [dependencies.basic-toml] version = "0.1" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.cargo_toml] version = "0.20.0" [dependencies.diff] version = "0.1" [dependencies.glob] version = "0.3" [dependencies.prettyplease] version = "0.2" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.syn] version = "2" features = ["full"] [dependencies.thiserror] version = "1.0.58" [dependencies.yansi] version = "1.0.1"