abi_stable 0.2.2

For doing Rust-to-Rust ffi,writing libraries loaded at program startup.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "abi_stable"
version = "0.2.2"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "../readme.md", "../APACHE_license", "../MIT_license"]
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"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
[dependencies.abi_stable_derive]
version = "0.2"

[dependencies.abi_stable_derive_lib]
version = "0.2"

[dependencies.core_extensions]
version = "0.1"

[dependencies.generational-arena]
version = "0.2"

[dependencies.libloading]
version = "0.5.0"

[dependencies.lock_api]
version = "0.1"

[dependencies.parking_lot]
version = "0.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.serde_json]
version = "1.0"
[build-dependencies.rustc_version]
version = "0.2"

[features]
default = []
rust_1_34 = []
[badges.travis-ci]
repository = "rodrimati1992/abi_stable_crates/"