[dependencies.proc-macro2]
version = "1.0"
[dev-dependencies.rstest]
version = "0.26"
[features]
nightly = []
[lib]
name = "c0nst"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Nathaniel McCallum <nathaniel@mccallum.life>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "proc-macro for sharing code between const and non-const traits"
documentation = "https://docs.rs/c0nst"
edition = "2021"
exclude = [".github/", "target/"]
homepage = "https://github.com/npmccallum/c0nst"
keywords = ["const", "traits", "nightly", "proc-macro", "compatibility"]
license = "MIT"
name = "c0nst"
readme = "README.md"
repository = "https://github.com/npmccallum/c0nst"
rust-version = "1.63"
version = "0.2.1"