[package]
name = "cala_core"
version = "0.1.1"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
license = "Apache-2.0 OR Zlib"
description = "Low-level platform glue for Cala"
repository = "https://github.com/libcala/cala_core"
documentation = "https://docs.rs/cala_core"
homepage = "https://github.com/libcala/cala_core/blob/master/CHANGELOG.md"
include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"]
categories = []
keywords = []
readme = "README.md"
edition = "2018"
[dependencies.stdweb]
version = "0.4"
optional = true
[dependencies.wasm-bindgen]
version = "0.2"
optional = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pasts]
version = "0.4"
[build-dependencies]
[dev-dependencies]
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
[features]
default = []
docs-rs = []
cala = []