Files
Notes/notes-service/vendor/sea-bae/Cargo.toml
T
2026-08-01 16:11:49 +03:00

60 lines
1.3 KiB
TOML

# 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 = "2018"
name = "sea-bae"
version = "0.2.2"
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust proc-macro attribute parser"
homepage = "https://github.com/SeaQL/sea-bae"
documentation = "https://docs.rs/sea-bae"
readme = "README.md"
keywords = [
"macro",
"derive",
"attributes",
"proc",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/SeaQL/sea-bae.git"
[lib]
name = "sea_bae"
path = "src/lib.rs"
proc-macro = true
[dependencies.heck]
version = "0.4"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]
[dev-dependencies.trybuild]
version = "1"