# cala_core # # Copyright (c) 2020 Jeron Aldaron Lau # # Licensed under the Apache License, Version 2.0, , or the Zlib License, , at your option. This file may not be # copied, modified, or distributed except according to those terms. [package] name = "cala_core" version = "0.1.1" authors = ["Jeron Aldaron Lau "] 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 = []