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