as_derive_utils 0.8.3

private derive utilities used by abi_stable and structural.
Documentation
[package]
name = "as_derive_utils"
version = "0.8.3"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
description = "private derive utilities used by abi_stable and structural."
license = "MIT/Apache-2.0"
keywords = []
categories = []
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
include = [
    "Cargo.toml", 
    "src/**/*.rs", 
    "../APACHE_license", 
    "../MIT_license"
]

[features]
testing=["bitflags", "serde", "serde_derive","ron","regex","aho-corasick"]

[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
serde= {version="1.0.99",features=["derive","rc"],optional=true}
ron= {version="0.5.1",optional=true}
regex= {version="~1.2",optional=true}
aho-corasick= {version="0.7",optional=true}

# Used purely to work around minimum-version bug in ron and serde
serde_derive= {version="1.0.99",optional=true}
bitflags = {version="1.2.1",optional=true}

[dependencies.syn]
version = "1.0.5"
features=["extra-traits"]

[dependencies.core_extensions]
default_features=false
version="0.1"