summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 2db8277f548818e62383c831c6be5a74d282ba5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "ouroboros_macro"
version = "0.15.5"
authors = ["Joshua Maros <joshua-maros@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Proc macro for ouroboros crate."
documentation = "https://docs.rs/ouroboros_macro"
repository = "https://github.com/joshua-maros/ouroboros"

[lib]
proc-macro = true

[dependencies]
Inflector = { version = "0.11", default-features = false }
proc-macro2 = "1.0"
proc-macro-error = "1.0.4"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }

[features]
std = []