abi_stable_derive 0.5.0

Implementation detail of abi_stable.
Documentation
[package]
name = "abi_stable_derive"
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_derive_lib={version="0.5",path="../abi_stable_derive_lib"}

[lib]
proc-macro = true