sapling-rewrite-macros 0.1.0

Proc macros to rewrite code used by Sapling.
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"
name = "sapling-rewrite-macros"
version = "0.1.0"
authors = ["Meta Source Control Team <sourcecontrol-dev@meta.com>"]
description = "Proc macros to rewrite code used by Sapling."
homepage = "https://sapling-scm.com/"
license = "MIT"
repository = "https://github.com/facebook/sapling"

[lib]
name = "rewrite_macros"
test = false
doctest = false
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.70"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.29"

[dependencies.sapling-tree-pattern-match]
version = "0.1.0"

[dev-dependencies.once_cell]
version = "1.12"

[dev-dependencies.parking_lot]
version = "0.12.1"
features = ["send_guard"]

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tracing]
version = "0.1.40"
features = [
    "attributes",
    "valuable",
]