# 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 = "twetch-sdk" version = "0.0.1" authors = ["Harry @1"] description = "rust twetch sdk with wasm builds" categories = ["no-std"] license = "MIT" [profile.release] opt-level = 3 lto = true [profile.test] opt-level = 3 debug = false [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13.0" [dependencies.bsv-wasm] version = "1.3.4" [dependencies.hex] version = "0.4.3" [dependencies.js-sys] version = "0.3.53" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.10" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1" [dependencies.utf-8] version = "0.7.6" [dependencies.wasm-bindgen] version = "0.2.73" features = ["serde-serialize"] [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [dev-dependencies.wasm-bindgen-test] version = "0.3.20" [build-dependencies.cargo-web] version = "0.6.26" [build-dependencies.cc] version = "1.0"