[package]
name = "outer_attribute"
version = "0.1.0"
authors = ["Dmitrii Demenev <demenev.dmitriy1@gmail.com>"]
edition = "2021"
rust-version = "1.56.1"
description = "A library providiving `OuterAttribute` that implements `syn::parse::Parse` trait."
documentation = "https://docs.rs/outer_attribute"
readme = "README.md"
repository = "https://github.com/JohnScience/outer_attribute"
license = "MIT OR Apache-2.0"
keywords = ["artifact", "parsing"]
categories = ["development-tools::build-utils", "development-tools::ffi"]
include = [
"/Cargo.toml",
"/LICENSE_APACHE",
"/LICENSE_MIT",
"/README.md",
"/src/lib.rs",
"/tests/**",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
[dependencies]
syn = { version = "1.0.84", features=["parsing"] }
proc-macro2 = "1.0.34"
[features]
same_layout = []
different_layout = []
default = ["different_layout"]