[badges.travis-ci]
repository = "rodrimati1992/abi_stable_crates/"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.abi_stable_derive]
version = "0.11.0"
[dependencies.abi_stable_shared]
version = "0.11.0"
[dependencies.const_panic]
default_features = false
version = "0.2.1"
[dependencies.core_extensions]
default_features = false
features = ["std", "iterators", "macro_utils", "self_ops", "type_asserts", "type_level_bool", "void"]
version = "1.5.2"
[dependencies.crossbeam-channel]
optional = true
version = "0.5.2"
[dependencies.generational-arena]
version = "0.2.8"
[dependencies.libloading]
version = "0.7.3"
[dependencies.lock_api]
version = "0.4.6"
[dependencies.parking_lot]
version = "0.12.0"
[dependencies.paste]
version = "1.0.6"
[dependencies.repr_offset]
default_features = false
version = "0.2.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dependencies.serde_derive]
version = "1.0.136"
[dependencies.serde_json]
features = ["raw_value"]
optional = true
version = "1.0.79"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.crossbeam-utils]
version = "0.8.7"
[dev-dependencies.fnv]
version = "1.0.7"
[dev-dependencies.hashbrown]
version = "0.13.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
features = ["raw_value"]
version = "1.0.79"
[dev-dependencies.trybuild]
version = "1.0"
[features]
__ui = ["testing"]
channels = ["crossbeam-channel"]
default = ["channels", "serde_json"]
docsrs = []
no_fn_promotion = ["no_tagging_doctest"]
no_tagging_doctest = []
nonexhaustive_examples = []
only_new_tests = ["testing"]
rust_1_64 = []
rust_latest_stable = ["rust_1_64"]
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 = "2021"
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/"
resolver = "1"
rust-version = "1.61.0"
version = "0.11.3"
[package.metadata.docs.rs]
features = ["docsrs", "rust_latest_stable"]