# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61.0" name = "abi_stable" version = "0.11.3" authors = ["rodrimati1992 "] 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/" resolver = "1" [package.metadata.docs.rs] features = [ "docsrs", "rust_latest_stable", ] [dependencies.abi_stable_derive] version = "0.11.0" [dependencies.abi_stable_shared] version = "0.11.0" [dependencies.const_panic] version = "0.2.1" default_features = false [dependencies.core_extensions] version = "1.5.2" features = [ "std", "iterators", "macro_utils", "self_ops", "type_asserts", "type_level_bool", "void", ] default_features = false [dependencies.crossbeam-channel] version = "0.5.2" optional = true [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] version = "0.2.2" default_features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" features = ["raw_value"] optional = true [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] version = "1.0.79" features = ["raw_value"] [dev-dependencies.trybuild] version = "1.0" [build-dependencies.rustc_version] version = "0.4.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 = [] [badges.travis-ci] repository = "rodrimati1992/abi_stable_crates/"