summaryrefslogtreecommitdiff
path: root/crates/caret/Cargo.toml
blob: 63bc82a24f69f65d8d7b040de410df837dc8e6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "caret"
version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Macros for declaring non-exhaustive C-style enumerations, with named members"
keywords = ["macro", "enum"]
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]

[features]
full = []
[package.metadata.docs.rs]
all-features = true