tryexpand 0.14.0

Test harness for macro expansion
Documentation
# 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.91.0"
name = "tryexpand"
version = "0.14.0"
authors = [
    "Vincent Esche <regexident@gmail.com>",
    "eupn <eupn@protonmail.com>",
]
build = false
autolib = 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.23.0"

[dependencies.cargo_toml]
version = "1.0.0"

[dependencies.diff]
version = "0.1"

[dependencies.glob]
version = "0.3"

[dependencies.prettyplease]
version = "0.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.syn]
version = "3.0.0"
features = ["full"]

[dependencies.thiserror]
version = "2.0.0"

[dependencies.yansi]
version = "1.0.1"