# 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" rust-version = "1.82" name = "adana-script-wasm" version = "0.18.3" authors = ["Nordine Bittich"] build = false exclude = [ "vscode/", "dist/", ".vscode", ".history", ".git", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "namespaces aliases for command lines & basic scripting language" homepage = "https://github.com/nbittich/adana" readme = "README.md" license = "MIT" repository = "https://github.com/nbittich/adana" [lib] name = "adana_script_wasm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "web" path = "tests/web.rs" [dependencies] [dev-dependencies.wasm-bindgen-test] version = "0.3.45" [features] default = [ "wee_alloc", "console_error_panic_hook", ] [target.'cfg(target_arch = "wasm32")'.dependencies.adana-script] version = "0.18.3" [target.'cfg(target_arch = "wasm32")'.dependencies.adana-script-core] version = "0.18.3" [target.'cfg(target_arch = "wasm32")'.dependencies.bincode] version = "1.3.3" [target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook] version = "0.1.7" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.serde] version = "1.0.214" features = [ "serde_derive", "rc", ] [target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen] version = "0.6.5" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.95" [target.'cfg(target_arch = "wasm32")'.dependencies.wee_alloc] version = "0.4.5" optional = true