abi_stable 0.10.0

For doing Rust-to-Rust ffi,writing libraries loaded at program startup.
Documentation
[badges.travis-ci]
repository = "rodrimati1992/abi_stable_crates/"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.abi_stable_derive]
version = "0.10.0"

[dependencies.abi_stable_shared]
version = "0.10.0"

[dependencies.core_extensions]
default_features = false
features = ["std", "iterators", "self_ops", "type_asserts", "type_identity", "type_level_bool", "void"]
version = "1.4.2"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.1"

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

[dependencies.libloading]
version = "0.7.0"

[dependencies.lock_api]
version = "0.4.4"

[dependencies.parking_lot]
version = "0.11.1"

[dependencies.repr_offset]
default_features = false
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.127"

[dependencies.serde_derive]
version = "1.0.127"

[dependencies.serde_json]
features = ["raw_value"]
optional = true
version = "1.0.66"
[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.crossbeam-utils]
version = "0.8.5"

[dev-dependencies.fnv]
version = "1.0.7"

[dev-dependencies.hashbrown]
version = "0.11.2"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.serde_json]
features = ["raw_value"]
version = "1.0.66"

[features]
channels = ["crossbeam-channel"]
const_params = ["rust_1_42"]
default = ["channels", "serde_json"]
docsrs = []
nightly_const_params = ["const_params"]
no_fn_promotion = ["no_tagging_doctest"]
no_tagging_doctest = []
nonexhaustive_examples = []
only_new_tests = ["testing"]
rust_1_42 = []
rust_1_51 = ["rust_1_42", "const_params"]
sabi_trait_examples = []
test_miri_track_raw = ["testing"]
testing = []

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