# 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 = "2018" name = "cglue" version = "0.3.4" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "FFI safe abstractions for making plugins and C-compatible libraries" documentation = "https://docs.rs/cglue" readme = "README.md" keywords = [ "cglue", "abi", "ffi", "cbindgen", "macro", ] categories = [ "api-bindings", "accessibility", "parsing", ] license = "MIT" repository = "https://github.com/h33p/cglue" [package.metadata.docs.rs] features = [ "std", "task", "futures", ] [dependencies._futures] version = "0.3" optional = true default-features = false package = "futures" [dependencies.abi_stable] version = "0.10" optional = true [dependencies.cglue-macro] version = "0.3" [dependencies.log] version = "0.4" optional = true [dependencies.no-std-compat] version = "0.4" features = ["alloc"] [dependencies.serde] version = "1" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.tarc] version = "0.1" default-features = false [dependencies.try_default] version = "= 1.0.0" optional = true [dev-dependencies.pollster] version = "0.2" [build-dependencies.rustc_version] version = "0.4" [features] default = ["std"] futures = [ "_futures", "task", "cglue-macro/futures", ] layout_checks = [ "cglue-macro/layout_checks", "abi_stable", ] rust_void = ["cglue-macro/rust_void"] std = [ "no-std-compat/std", "tarc/std", ] task = ["cglue-macro/task"] unstable = [ "cglue-macro/unstable", "try_default", ]