# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "opslang-wasm" version = "1.0.0" links = "opslang-wasm" description = "A command and control system for C2A-based satellites" license = "MPL-2.0" repository = "https://github.com/arkedge/gaia" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.async-recursion] version = "1.1.0" [dependencies.chrono] version = "0.4.38" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.opslang-ast] version = "0.2.1" [dependencies.opslang-parser] version = "0.2.1" [dependencies.regex] version = "1.10.4" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.69" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [features] default = ["console_error_panic_hook"]