gluon_c-api 0.6.2

C-api for gluon, a static, type inferred programming language for application embedding
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gluon_c-api"
version = "0.6.2"
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "C-api for gluon, a static, type inferred programming language for application embedding"
documentation = "https://docs.rs/gluon"
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"

[lib]
crate-type = ["staticlib"]
[dependencies.libc]
version = "0.2.14"

[dependencies.gluon]
version = "0.6.2"

[features]
skeptic = ["gluon/skeptic"]
test = ["gluon/test"]
nightly = ["gluon/nightly"]