editor-types-macros 0.0.2

A library for parsing the editor-types action syntax
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.74"
name = "editor-types-macros"
version = "0.0.2"
authors = ["Ulyssa <git@ulyssa.dev>"]
exclude = [
    ".github",
    "CONTRIBUTING.md",
]
description = "A library for parsing the editor-types action syntax"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/editor-types-macros"
readme = "README.md"
keywords = []
categories = ["text-editors"]
license = "Apache-2.0"
repository = "https://github.com/ulyssa/modalkit"

[lib]
proc-macro = true

[dependencies.editor-types-parser]
version = "0.0.2"

[dependencies.nom]
version = "7.0.0"

[dependencies.proc-macro2]
version = "^1.0.75"

[dependencies.quote]
version = "1.0"

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