[package] name = "gluon_c-api" version = "0.18.2" # GLUON authors = ["Markus Westerlind "] edition = "2018" license = "MIT" description = "C-api for gluon, a static, type inferred programming language for application embedding" homepage = "https://gluon-lang.org" repository = "https://github.com/gluon-lang/gluon" documentation = "https://docs.rs/gluon" [lib] crate-type = ["cdylib"] [dependencies] gluon = { version = "0.18.2", path = ".." } # GLUON futures = "0.3.28" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] libc = "0.2.147" [features] test = ["gluon/test"] nightly = ["gluon/nightly"]