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