abi_stable_derive_lib 0.5.0

Implementation detail of abi_stable.
Documentation
[package]
name = "abi_stable_derive_lib"
version = "0.5.0"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
description = "Implementation detail of abi_stable."
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/abi_stable/"
keywords = ["ffi","data-structures"]
categories = ["data-structures","rust-patterns"]
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
include = [
    "Cargo.toml", 
    "src/**/*.rs", 
    "../APACHE_license", 
    "../MIT_license"
]

[dependencies]
abi_stable_shared= {version="0.5",path="../abi_stable_shared"}
quote = "0.6.11"
typed-arena = "1.4"
proc-macro2 = "0.4"
arrayvec    = "0.4"

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

[dependencies.syn]
version = "0.15"
features=["full","extra-traits","visit","visit-mut"]