# 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 = "gluon_c-api" version = "0.18.2" authors = ["Markus Westerlind "] description = "C-api for gluon, a static, type inferred programming language for application embedding" homepage = "https://gluon-lang.org" documentation = "https://docs.rs/gluon" license = "MIT" repository = "https://github.com/gluon-lang/gluon" [lib] crate-type = ["cdylib"] [dependencies.futures] version = "0.3.28" [dependencies.gluon] version = "0.18.2" [features] nightly = ["gluon/nightly"] test = ["gluon/test"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc] version = "0.2.147"