abi_stable 0.2.2

For doing Rust-to-Rust ffi,writing libraries loaded at program startup.
Documentation
[package]
name = "abi_stable"
version = "0.2.2"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition="2018"
license = "MIT/Apache-2.0"
description = "For doing Rust-to-Rust ffi,writing libraries loaded at program startup."
documentation = "https://docs.rs/abi_stable/"
readme="../readme.md"
keywords = ["ffi","data-structures"]
categories = ["data-structures","rust-patterns"]
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
include = [
    "Cargo.toml", 
    "src/**/*.rs", 
    "../readme.md", 
    "../APACHE_license", 
    "../MIT_license"
]

[badges]
travis-ci = { repository =  "rodrimati1992/abi_stable_crates/" }

[features]
default = []

rust_1_34=[]

[dependencies]
abi_stable_derive= {version="0.2",path="../abi_stable_derive"}
abi_stable_derive_lib= {version="0.2",path="../abi_stable_derive_lib"}
serde          = "1.0"
serde_derive   = "1.0"
core_extensions= { version="0.1"}
libloading     = { version = "0.5.0" }
parking_lot    = "0.7"
lock_api       = "0.1"
generational-arena = "0.2"


[dev-dependencies]
serde_json     = "1.0"
rand = "0.6"


[build-dependencies]
rustc_version = "0.2"