stageleft 0.13.0

Type-safe staged programming for Rust
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 = "2024"
name = "stageleft"
version = "0.13.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe staged programming for Rust"
documentation = "https://docs.rs/stageleft/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/hydro-project/stageleft"
resolver = "2"

[lib]
name = "stageleft"
path = "src/lib.rs"

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[dependencies.ctor]
version = "0.4.1"

[dependencies.proc-macro-crate]
version = "3.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.stageleft_macro]
version = "^0.13.0"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit-mut",
]

[dev-dependencies.slotmap]
version = "1.0.0"

[dev-dependencies.trybuild]
version = "1"