# 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 = "2018" name = "myko-wasm" version = "0.1.1" authors = ["Trevor Sargent "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "myko wasm bindings" readme = "README.md" license = "AGPL-3.0-or-later" resolver = "2" [profile.release] opt-level = "s" [lib] name = "myko_wasm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "web" path = "tests/web.rs" [dependencies.chrono] version = "0.4.38" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.partially] version = "0.2.1" features = ["derive"] [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.84" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"]