# 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 = "rink-js" version = "0.8.0" description = "Wasm bindings to Rink, for use in rink-web" homepage = "https://rinkcalc.app/about" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/tiffany352/rink-rs" [package.metadata.wasm-pack.profile.profiling] wasm-opt = [ "-g", "-O", ] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.chrono] version = "0.4.13" default-features = false [dependencies.console_error_panic_hook] version = "0.1.1" optional = true [dependencies.js-sys] version = "0.3.44" [dependencies.rink-core] version = "0.8" features = ["bundle-files"] [dependencies.serde] version = "1" default-features = false [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2" default-features = false [dependencies.wee_alloc] version = "0.4.5" default-features = false [dev-dependencies.wasm-bindgen-test] version = "0.3.23" [features] default = ["console_error_panic_hook"]